[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs0246-4.cs
index 159d16146d57cac79ee1c6c6aa2d7f7856174064..4a8482cc52aaa0ea0ee53642290ff234e8e1dd41 100644 (file)
@@ -1,4 +1,4 @@
-// cs0246-4.cs: The type or namespace name `ErrorType' could not be found. Are you missing a using directive or an assembly reference?
+// CS0246: The type or namespace name `ErrorType' could not be found. Are you missing an assembly reference?
 // Line: 4
 
-public delegate ErrorType Delegate ();
\ No newline at end of file
+public delegate ErrorType Delegate ();