Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs1650.cs
index 51f0bcccf4ca2d43ee831cf4cfe12e9b6977b4ab..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;