[msvc] Update csproj files
[mono.git] / mcs / errors / cs0198.cs
old mode 100755 (executable)
new mode 100644 (file)
index 60bce19..586d565
@@ -1,4 +1,4 @@
-// cs0198: can not assign to static readonly variable outside static constructor
+// CS0198: A static readonly field `X.a' cannot be assigned to (except in a static constructor or a variable initializer)
 // Line: 8
 class X {
        static readonly int a;