[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs3001-6.cs
index 919ea1c9e8ced097212b46804060d1ecaf2ac679..61440f816e3ff0f9efe87b521bba3a9aa988a9c7 100644 (file)
@@ -1,5 +1,6 @@
-// cs3001-6.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
+}