[threadpool] Pass callback at initialization (#4546)
[mono.git] / mcs / errors / cs3006-1.cs
index 9719e3777ffa911f155cedc9d5bbc46d7ca5bdde..9e3740a9ccd6c2410ccda8dd6463bcf234ae6b10 100644 (file)
@@ -1,5 +1,6 @@
-// cs3006-1.cs: Overloaded method `CLSClass.Test(int[,,])' differing only in ref or out, or in array rank, is not CLS-compliant
-// Line: 11
+// CS3006: Overloaded method `CLSClass.Test(int[,])' differing only in ref or out, or in array rank, is not CLS-compliant
+// Line: 12
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant(true)]