1 // cs1570-4.cs: XML comment on `T:Testing.InterfaceTest2' has non-well-formed XML ('summary' is expected Line 3, position 4.)
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
10 /// comment for interface
12 public interface InterfaceTest
17 /// incorrect markup comment for interface
19 public interface InterfaceTest2
25 Java style comment for interface
28 public interface InterfaceTest3
34 public static void Main ()