Remove unnecessary !s for [DoesNotReturn] (dotnet/coreclr#26512)
[mono-project.git] / mcs / errors / cs1570-5.cs
bloba73342179c96a1ef34f57ef015ba68c71830ba87
1 // CS1570: XML documentation comment on `Testing.EnumTest2' is not well-formed XML markup (The 'summary' start tag on line 1 position 2 does not match the end tag of 'incorrect'. Line 3, position 3.)
2 // Line: 12
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,