[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs3005-17.cs
index e9acf4eaa8f6c473a6388127ca4bcf047f47ea5b..409dc421fecdda6201ffe7567197de9a6d6dc0ae 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'CLSClass.op_implicit()' differing only in case is not CLS-compliant
+// CS3005: 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
+}