[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs3007.cs
index 03c7b38259e2afc5ecf46b503828a36112a435cd..7694312eb953bf3933e1d2668c7782cac83ae963 100644 (file)
@@ -1,5 +1,6 @@
-// cs3007.cs: Overloaded method 'CLSClass.(bool[])' 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)]