1 // cs1570-8.cs: XML comment on `F:Testing.Test.Constant2' has non-well-formed XML ('summary' is expected Line 3, position 4.)
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
12 /// comment for const declaration
14 const string Constant
= "CONSTANT STRING";
17 /// invalid comment for const declaration
19 const string Constant2
= "CONSTANT STRING";
23 Javaism comment for const declaration
26 const string Constant3
= "CONSTANT STRING";
28 public static void Main ()