[threadpool] Pass callback at initialization (#4546)
[mono.git] / mcs / errors / cs3005-14.cs
index cbfecf211c5bb2740dc7161b97359b4b0c886d45..967286e1bec6a560f0c0b6f88ada72438179a79f 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'i1' differing only in case is not CLS-compliant
+// CS3005: Identifier `i1' differing only in case is not CLS-compliant
 // Line: 9
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
@@ -7,4 +8,4 @@ public interface I1 {
 }
 
 public interface i1 {
-}
\ No newline at end of file
+}