1 // CS1570: XML documentation comment on `Testing.Test.PublicProperty2' 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 public property
18 public string PublicProperty
{
20 /// On public getter - no effect
24 /// On public setter - no effect
30 /// incorrect comment for public property
32 public string PublicProperty2
{
38 Javadoc comment for public property
41 public string PublicProperty3
{
44 On public getter - no effect
50 On public setter - no effect