[mcs] C# 7 tuple (foundation only).
[mono.git] / mcs / errors / cs3007.cs
index 1da12bd8f111a2df0cef05c2fb77c4daf3a331a7..a8562047c09e9df5e6203bf5b6c1130f5ce6cbbc 100644 (file)
@@ -1,5 +1,6 @@
-// cs3007.cs: Overloaded method `CLSClass.CLSClass(int[][,,])' differing only by unnamed array types is not CLS-compliant
-// Line: 11
+// CS3007: Overloaded method `CLSClass.CLSClass(bool[])' differing only by unnamed array types is not CLS-compliant
+// Line: 12
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant(true)]