Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0200.cs
index 86e385a5d24716048ae14e11be6f04c0ec9b57d0..246006d0f0a5db3af740a48ce530955369b6dfd5 100644 (file)
@@ -1,5 +1,6 @@
-// cs0200.cs: Property or indexer `X.P' cannot be assigned to (it is read only)
-// Line: 12
+// CS0200: Property or indexer `X.P' cannot be assigned to (it is read-only)
+// Line: 13
+
 class X {
        static int P {
                get {