*** merged revisions from mcs: 57172, 57177
[mono.git] / mcs / errors / cs3005-7.cs
index cd893c3c2ca5b5d5e6032ce47ef8cb531692748b..7c8ec0b46ca1179fcbd3a26318b99bfa40013158 100644 (file)
@@ -1,9 +1,10 @@
-// cs3005.cs: Identifier 'CLSClass.this[int].set' differing only in case is not CLS-compliant
+// cs3005-7.cs: Identifier `CLSClass.this[int].set' differing only in case is not CLS-compliant
 // Line: 8
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
 public class CLSClass {
         protected int SET_item;
         public int this[int index] { set {} }        
-}
\ No newline at end of file
+}