[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0578.cs
index 5821aea0323f58893d20fb9c230236e228a167fa..f104a9a44fe4a5baa47fa91d850fe27e297ee8d3 100644 (file)
@@ -1,4 +1,4 @@
-// cs0578.cs: Conditional not valid on 'MainClass.Foo()' because its return type is not void
+// CS0578: Conditional not valid on `MainClass.Foo()' because its return type is not void
 // Line: 10
 
 class MainClass {