Bump corefx
[mono.git] / mcs / errors / cs3005-22.cs
index f2019323d9af3b09699c0d36aaf588d4a95c1f8f..40d0eea603fb55f27bd06fe80cf16efa4618a6d3 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005-22.cs: Identifier `X.index' differing only in case is not CLS-compliant
+// CS3005: Identifier `X.Index' differing only in case is not CLS-compliant
 // Line: 8
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
@@ -7,4 +8,4 @@ public class X {
         public int index { get { return 0; } }
         public int Index { set {} }
         
-}
\ No newline at end of file
+}