2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / errors / cs1570-5.cs
1 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
2 using System;
3
4 namespace Testing
5 {
6         /// <summary>
7         /// comment for enum type
8         /// </incorrect>
9         enum EnumTest2
10         {
11                 Foo,
12                 Bar,
13         }
14 }
15