[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs0111-5.cs
index fb45e64899811c6949af6c72242791cdc887f317..852808d49e45a8e21aaeab57607fe287b989c993 100644 (file)
@@ -1,7 +1,7 @@
-// cs0111-5.cs: `ISample.Blah()' is already defined. Rename this member or use different parameter types
+// CS0111: A member `ISample.Blah()' is already defined. Rename this member or use different parameter types
 // Line: 6
 
 public interface ISample {
         int Blah ();
         int Blah ();
-}
\ No newline at end of file
+}