*** merged revisions from mcs: 57172, 57177
[mono.git] / mcs / errors / cs0200.cs
index 87ec5c6786f3822fe9ecb3f2cc5b9064e3515a3a..86e385a5d24716048ae14e11be6f04c0ec9b57d0 100644 (file)
@@ -1,5 +1,5 @@
-// cs0200: can not assign to property X.P -- it is readonly
-// line: 12
+// cs0200.cs: Property or indexer `X.P' cannot be assigned to (it is read only)
+// Line: 12
 class X {
        static int P {
                get {