2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1587-12.cs
blob3c26bd32638817357bc273cd258e465546fc29f3
1 // cs1587-12.cs: XML comment is not placed on a valid language element
2 // Line: 10
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
5 using System;
7 namespace TopNS
9 enum Enum3 {
10 Foo /** invalid comment between enum identifier and comma */,
11 Bar