In ilasm/tests:
[mcs.git] / errors / cs1570-5.cs
blobfa1aa7ab6a685fc8e0b9d0258d8d544797695894
1 // cs1570-5.cs: XML comment on `T:Testing.EnumTest2' has non-well-formed XML (unmatched closing element: expected summary but found incorrect Line 3, position 12.)
2 // Line: 17
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 using System;
7 namespace Testing
9 /// <summary>
10 /// comment for enum type
11 /// </incorrect>
12 enum EnumTest2
14 Foo,
15 Bar,