[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0191.cs
index b5c00dd658e2c93fb3b158d2f4b3d6c89a4c1dec..b40f01ecaa4d7a809fa176b7b827613f29e2e3d4 100644 (file)
@@ -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;