Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / errors / cs3005-12.cs
index 4efba92cb2206118f31330c03dcca3e2fcdd996e..81dfe85d19655134aa8e5343f8cdea05965e08f2 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'CLSClass.NameAbC(int)' differing only in case is not CLS-compliant
+// CS3005: Identifier `CLSClass.NameAbC(int)' differing only in case is not CLS-compliant
 // Line: 9
+// Compiler options: -warnaserror
 
 using System;
 [assembly:CLSCompliant (true)]
@@ -7,4 +8,4 @@ using System;
 public class CLSClass {
         public int NameABC;
         public static void NameAbC(int arg) {}
-}
\ No newline at end of file
+}