[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1676.cs
index 99d2a43df5e7431f22d05996c31963fcb3644d70..01afadcad0d1dd88da4bfa7dcbf37ddf7e53fd44 100644 (file)
@@ -1,4 +1,4 @@
-// cs1676.cs: Parameter `1' must be declared with the `ref' keyword
+// CS1676: Parameter `1' must be declared with the `ref' keyword
 // Line: 11
 //
 // The delegate has an explicit signature, so it can not be assigned.