repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2008-09-29 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1587.cs
blob
86e3526b928e3baa026587195d86219a9ad039c7
1
// cs1587.cs: XML comment is not placed on a valid language element
2
// Line: 6
3
// Compiler options: -doc:dummy.xml -warnaserror -warn:2
4
5
/// invalid comment placed on namespace.
6
using
System
;
7
enum
Foo
{
8
}