Updated.
[mono.git] / mcs / errors / cs1587-12.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
2 using System;
3
4 namespace TopNS
5 {
6         enum Enum3 {
7                 Foo /** invalid comment between enum identifier and comma */,
8                 Bar
9         }
10 }