2007-09-02 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / errors / cs1650.cs
index 5755741683ac41e37c70a811b01c9b24f1a0bf6b..51f0bcccf4ca2d43ee831cf4cfe12e9b6977b4ab 100644 (file)
@@ -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.cs: Fields of static readonly field `C.s' cannot be assigned to (except in a static constructor or a variable initializer)
 // Line: 14
 
 using System;
@@ -15,3 +15,4 @@ class C {
                Console.WriteLine(s.x);
        }
 }
+