1 // CS1570: XML documentation comment on `Testing.Test.PrivateField2' is not well-formed XML markup (The 'summary' start tag on line 1 position 3 does not match the end tag of 'incorrect'. Line 3, position 4.)
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
11 public static void Main ()
16 /// comment for private field
18 private string PrivateField
;
21 /// incorrect markup comment for private field
23 private string PrivateField2
;
27 Javadoc comment for private field
30 private string PrivateField3
;