[mcs] Report more errors for nameof expressions. Fixes #44168
[mono.git] / mcs / errors / cs3005-6.cs
index f6f82606d603dd314bd11bb626eaabf8745cb212..0fde56ad87efbfcafec190ebd5fd30066c365b09 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'i1' differing only in case is not CLS-compliant
+// CS3005: Identifier `i1' differing only in case is not CLS-compliant
 // Line: 9
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
@@ -7,4 +8,4 @@ public class I1 {
 }
 
 public interface i1 {
-}
\ No newline at end of file
+}