[msvc] Update csproj files (#4395)
[mono.git] / mcs / errors / cs3005-2.cs
index 3241506fe65b54b4ee471c946ae65dcde675af43..22dc088b25a8cebbbf4e93b13f0f3a3e68c1f21e 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'CLSClass.Index.get' differing only in case is not CLS-compliant
+// CS3005: Identifier `CLSClass.Index.get' differing only in case is not CLS-compliant
 // Line: 14
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
@@ -12,4 +13,4 @@ public class Y: X {
     
 public class CLSClass: Y {
         public long Index { get { return 3; } }
-}
\ No newline at end of file
+}