*** merged revisions from mcs: 57172, 57177
[mono.git] / mcs / errors / cs0200.cs
old mode 100755 (executable)
new mode 100644 (file)
index 87ec5c6..86e385a
@@ -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 {