Refactor preprocessor parsing to use less string operations.
[mono.git] / mcs / errors / cs3006.cs
index d4790cb5aa203e10043851a23b0d71b7ea5a68b3..6dedb437a5c9e8fe8753e2866e44662babdc3f5e 100644 (file)
@@ -1,5 +1,6 @@
-// cs3006.cs: Overloaded method 'CLSClass.Test(ref int)' differing only in ref or out, or in array rank, is not CLS-compliant
-// Line: 11
+// CS3006: Overloaded method `CLSClass.Test(int)' differing only in ref or out, or in array rank, is not CLS-compliant
+// Line: 12
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant(true)]