fixed project file names, removed svn hiding
[mono.git] / mcs / errors / cs0191.cs
index 6b3cc5df250dde030b241bcfe2cb60b394b40d7e..b5c00dd658e2c93fb3b158d2f4b3d6c89a4c1dec 100644 (file)
@@ -1,4 +1,4 @@
-// cs0191: can not assign to readonly variable outside constructor
+// cs0191.cs: A readonly field `X.a' cannot be assigned to (except in a constructor or a variable initializer)
 // Line: 8
 class X {
        readonly int a;