[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs0715.cs
index 96665d829ca102197d991ca7ade00b709dee454e..8fd1a92fb6281d04f2a991422e4ec8cc0ede021f 100644 (file)
@@ -1,4 +1,4 @@
-// cs0715.cs: `StaticClass.implicit operator StaticClass(int)': static classes cannot contain user-defined operators
+// CS0715: `StaticClass.implicit operator StaticClass(int)': Static classes cannot contain user-defined operators
 // Line: 5
 
 static class StaticClass {