Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs1650.cs
index 5755741683ac41e37c70a811b01c9b24f1a0bf6b..04d1897394370e151878c11de90b6aba19d50600 100644 (file)
@@ -1,4 +1,4 @@
-// cs1650.cs: Fields of static readonly field 'C.s' cannot be assigned to (except in a static constructor or a variable initializer)
+// CS1650: Fields of static readonly field `C.s' cannot be assigned to (except in a static constructor or a variable initializer)
 // Line: 14
 
 using System;
@@ -15,3 +15,4 @@ class C {
                Console.WriteLine(s.x);
        }
 }
+