[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs3001-6.cs
index 0ef4c502b16345e2647f8e71072a5be5c3bc13a7..61440f816e3ff0f9efe87b521bba3a9aa988a9c7 100644 (file)
@@ -1,5 +1,6 @@
-// cs3001.cs: Argument type 'sbyte' is not CLS-compliant
-// Line: 8
+// CS3001: Argument type `sbyte' is not CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
@@ -12,4 +13,4 @@ public class CLSClass {
         static public implicit operator CLSClass(sbyte value) {
                return new CLSClass();
         }
-}
\ No newline at end of file
+}