X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1650.cs;h=04d1897394370e151878c11de90b6aba19d50600;hb=0b65fb9d99f02f2a330b20eafcfe57fec34c0465;hp=51f0bcccf4ca2d43ee831cf4cfe12e9b6977b4ab;hpb=496dfbf9ec0fd3143e5dd560a863d916e56a52b8;p=mono.git diff --git a/mcs/errors/cs1650.cs b/mcs/errors/cs1650.cs index 51f0bcccf4c..04d18973943 100644 --- a/mcs/errors/cs1650.cs +++ b/mcs/errors/cs1650.cs @@ -1,4 +1,4 @@ -// cs1650.cs: Fields of static readonly field `C.s' cannot be assigned to (except in a static constructor or a variable initializer) +// CS1650: Fields of static readonly field `C.s' cannot be assigned to (except in a static constructor or a variable initializer) // Line: 14 using System;