1 // cs1570-11.cs: XML comment on `P:Testing.Test.PublicProperty2' has non-well-formed XML ('summary' is expected 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