[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0191.cs
index 6b3cc5df250dde030b241bcfe2cb60b394b40d7e..b40f01ecaa4d7a809fa176b7b827613f29e2e3d4 100644 (file)
@@ -1,4 +1,4 @@
-// cs0191: can not assign to readonly variable outside constructor
+// 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;