Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs0513.cs
index 4e0ffe9764c02373cf81687eca2b17504c6e7d1f..762d831efc6ccbfa87deffd3b1eb0ca60a4f73f0 100644 (file)
@@ -1,4 +1,4 @@
-// cs0513.cs: `X.myAbstract()' is abstract but it is contained in nonabstract class
+// CS0513: `X.myAbstract()' is abstract but it is declared in the non-abstract class `X'
 // Line: 5
 
 class X {