X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0191.cs;h=b40f01ecaa4d7a809fa176b7b827613f29e2e3d4;hb=30cddad5fb4c3d290906a6e6c33ecd8b07d8b48c;hp=b5c00dd658e2c93fb3b158d2f4b3d6c89a4c1dec;hpb=9869ae24b88761ab261c4311e24f7383b4af3f02;p=mono.git diff --git a/mcs/errors/cs0191.cs b/mcs/errors/cs0191.cs index b5c00dd658e..b40f01ecaa4 100644 --- a/mcs/errors/cs0191.cs +++ b/mcs/errors/cs0191.cs @@ -1,4 +1,4 @@ -// cs0191.cs: A readonly field `X.a' cannot be assigned to (except in a constructor or a variable initializer) +// CS0191: A readonly field `X.a' cannot be assigned to (except in a constructor or a variable initializer) // Line: 8 class X { readonly int a;