Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs0502.cs
index 0431db0ea5a0579f95b068ea59f2107fa91b5980..54979376c8839117b2c6ccf632c96ed9802de16c 100644 (file)
@@ -1,4 +1,4 @@
-// cs0502.cs: `Main.Test()' cannot be both abstract and sealed
+// CS0502: `Main.Test()' cannot be both abstract and sealed
 // Line: 10
 
 abstract class Base {