[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0685.cs
index 666f1da33918963163fa038c0ec7b56e723d45c7..67321859a05149bb9df97c448c632fa60e25a8ad 100644 (file)
@@ -1,4 +1,4 @@
-// cs0685.cs: Conditional method `MainClass.Method(out int)' cannot have an out parameter
+// CS0685: Conditional method `MainClass.Method(out int)' cannot have an out parameter
 // Line: 6
 
 class MainClass {