[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs3008-5.cs
index bdbcf7e2b760014039e6e9e6f1c96c7d97ab7542..503c96d488a5f5986903c5d31a55c75667ec13d8 100644 (file)
@@ -1,9 +1,10 @@
-// cs3008.cs: Identifier 'I._()' is not CLS-compliant
-// Line: 8
+// CS3008: Identifier `I._()' is not CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
 
 public interface I {
         void _();
-}
\ No newline at end of file
+}