Merge pull request #5668 from kumpera/wasm-work-p4
[mono.git] / mcs / errors / cs1570-5.cs
index e8f363f12fba4fe39e79ca0f311df21b6e0e2dfa..a73342179c96a1ef34f57ef015ba68c71830ba87 100644 (file)
@@ -1,11 +1,14 @@
+// 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.)
+// Line: 12
 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
+
 using System;
 
 namespace Testing
 {
-       /// <summary>
+       ///<summary>
        /// comment for enum type
-       /// </incorrect>
+       ///</incorrect>
        enum EnumTest2
        {
                Foo,