[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs1673.cs
index ce18f9b403f6f70fa031fa28beebe2be782ca0b2..b32861056352fe617074b8464b57d807cf43d13f 100644 (file)
@@ -1,4 +1,4 @@
-// cs1673.cs: Anonymous methods inside structs cannot access instance members of `this'. Consider copying `this' to a local variable outside the anonymous method and using the local instead
+// CS1673: Anonymous methods inside structs cannot access instance members of `this'. Consider copying `this' to a local variable outside the anonymous method and using the local instead
 // Line: 
 using System;