2007-10-19 Nagappan A <anagappan@novell.com>
[mono.git] / mcs / errors / cs0198.cs
index 6b4524cc82294e50b81f2c7528701d0149c1e880..05bf62d082b4964da12050d5136fda6b25d32887 100644 (file)
@@ -1,4 +1,4 @@
-// cs0198.cs: A static readonly field cannot be assigned to (except in a static constructor or a variable initializer)
+// cs0198.cs: 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;