[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs3002-1.cs
index a8c58a608bf1b1ffd4d195ca92ed84a77a45949d..cd830907f7c3a568fe82a67638f8e20ad55b82b0 100644 (file)
@@ -1,5 +1,6 @@
-// cs3002-1.cs: Return type of `CLSClass.Foo()' is not CLS-compliant
+// CS3002: Return type of `CLSClass.Foo()' is not CLS-compliant
 // Line: 13
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
@@ -14,4 +15,4 @@ public class CLSClass {
         }
        
         static void Main() {}
-}
\ No newline at end of file
+}