[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs0144-2.cs
index 14a864fe8d4bbaed97354518c7ef39a52354a5b1..b8ea4f0f236b05989e56a8efc5bd8bac5acc6b48 100644 (file)
@@ -1,4 +1,4 @@
-// cs0144-2.cs: Cannot create an instance of the abstract class or interface `X'
+// CS0144: Cannot create an instance of the abstract class or interface `X'
 // Line: 11
 interface X {
        void A ();