X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0198.cs;h=586d565a18b85ea83d1aaa5b269906fed0f4f82d;hb=be95f699da177f6e2d13937062b8c6eca449104f;hp=05bf62d082b4964da12050d5136fda6b25d32887;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/errors/cs0198.cs b/mcs/errors/cs0198.cs index 05bf62d082b..586d565a18b 100644 --- a/mcs/errors/cs0198.cs +++ b/mcs/errors/cs0198.cs @@ -1,4 +1,4 @@ -// cs0198.cs: A static readonly field `X.a' cannot be assigned to (except in a static constructor or a variable initializer) +// 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;