[674548] Fixes recursive crash in LookupExtensionMethod
[mono.git] / mcs / errors / cs3007.cs
index 1da12bd8f111a2df0cef05c2fb77c4daf3a331a7..7694312eb953bf3933e1d2668c7782cac83ae963 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(int[][,,])' differing only by unnamed array types is not CLS-compliant
+// Line: 12
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant(true)]