1 // Compiler options: -doc:xml-010.xml
9 /// comment for const declaration
11 const string Constant
= "CONSTANT STRING";
14 /// invalid comment for const declaration
16 const string Constant2
= "CONSTANT STRING";
20 Javaism comment for const declaration
23 const string Constant3
= "CONSTANT STRING";
25 public static void Main ()