2007-01-11 Jonathan Pobst <jpobst@novell.com>
[mono.git] / mcs / errors / cs3005-17.cs
index e9acf4eaa8f6c473a6388127ca4bcf047f47ea5b..d575af0f89a2b0a5782be9c71a1af51f2a93a366 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'CLSClass.op_implicit()' differing only in case is not CLS-compliant
+// cs3005-17.cs: Identifier `CLSClass.op_implicit()' differing only in case is not CLS-compliant
 // Line: 12
+// Compiler options: -warnaserror
 
 using System;
 [assembly:CLSCompliant(true)]
@@ -10,4 +11,4 @@ public class CLSClass {
         }
     
         public void op_implicit () {}
-}
\ No newline at end of file
+}