Merge pull request #3773 from mono/bockbuild-integration
[mono.git] / mcs / errors / cs0198.cs
index 60bce195511e2c8b5715e3129912846bb43f1f6c..586d565a18b85ea83d1aaa5b269906fed0f4f82d 100644 (file)
@@ -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;