[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs3002-1.cs
index 3e57f0e8903cd73e7808c1ef24a0cf176b183e0b..cd830907f7c3a568fe82a67638f8e20ad55b82b0 100644 (file)
@@ -1,5 +1,6 @@
-// cs3002-2.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
+}