[mcs] C# 7 tuple (foundation only).
[mono.git] / mcs / errors / cs3005-15.cs
index 85f7f9f56a089fe5239c7e33d62b199b654a4500..c41dbc5c71d12513a32231e77fdc8da47f7e7efb 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005-15.cs: Identifier `a' differing only in case is not CLS-compliant
+// CS3005: Identifier `a' differing only in case is not CLS-compliant
 // Line: 10
+// Compiler options: -warnaserror
 
 using System;
 [assembly:CLSCompliant (true)]
@@ -8,4 +9,4 @@ public enum A {
 }
 
 public interface a {
-}
\ No newline at end of file
+}