Merge pull request #1900 from esdrubal/cyclic-ref
[mono-project.git] / mcs / errors / cs1570-9.cs
blob15731039843a1286a043e95119aaed0255f3bf7f
1 // CS1570: XML documentation comment on `Testing.Test.PublicField2' is not well-formed XML markup (The 'summary' start tag on line 1 position 2 does not match the end tag of 'invalid'. Line 3, position 3.)
2 // Line: 19
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 using System;
7 namespace Testing
9 public class Test
11 /// <summary>
12 /// comment for public field
13 /// </invalid>
14 public string PublicField2;