[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0127.cs
index 3b2663bc845761009b268acc41c153e7449c8127..77e7224fec8f7acc7ebf96ea9697d637ae008fab 100644 (file)
@@ -1,5 +1,6 @@
-// cs0127.cs: A return keyword must not be followed by any expression when method returns void
+// CS0127: `X.fn()': A return keyword must not be followed by any expression when method returns void
 // Line: 6
+
 class X {
        void fn ()
        {