[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0407.cs
index 084467f3c0f26b3ae975d62ccc3933d5f3f6e54f..2790f1cd42cea4d86854350ad387a1dd5b907c52 100644 (file)
@@ -1,4 +1,4 @@
-// cs0407.cs: 'int MainClass.Delegate()' has the wrong return type
+// CS0407: A method or delegate `int MainClass.Delegate()' return type does not match delegate `void TestDelegate()' return type
 // Line: 12
 
 delegate void TestDelegate();