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
use MOONLIGHT symbol
[mcs.git]
/
errors
/
cs1570-5.cs
blob
ff087828dbfdfe27ac67eadf6035d7e3556486c0
1
// cs1570-5.cs: XML comment on `T:Testing.EnumTest2' has non-well-formed XML ('summary' is expected Line 3, position 4.)
2
// Line: 17
3
// Compiler options: -doc:dummy.xml -warn:1 -warnaserror
4
5
using
System
;
6
7
namespace
Testing
8
{
9
/// <summary>
10
/// comment for enum type
11
/// </incorrect>
12
enum
EnumTest2
13
{
14
Foo
,
15
Bar
,
16
}
17
}
18