[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0578.cs
index 828e47597fca3740f58e0ff00d5d337564fd69be..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 {