cleol
[mcs.git] / errors / cs1570-4.cs
blob54fa63d47067ef908dfbfbaf9f947e2154e23443
1 // cs1570-4.cs: XML comment on `T:Testing.InterfaceTest2' has non-well-formed XML ('summary' is expected Line 3, position 4.)
2 // Line: 19
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 using System;
7 namespace Testing
9 /// <summary>
10 /// comment for interface
11 /// </summary>
12 public interface InterfaceTest
16 /// <summary>
17 /// incorrect markup comment for interface
18 /// </incorrect>
19 public interface InterfaceTest2
23 /**
24 <summary>
25 Java style comment for interface
26 </summary>
28 public interface InterfaceTest3
32 public class Test
34 public static void Main ()