[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0266-3.cs
index 85e3f50e39047653f9292a93a216557152d0163c..fc4bf9825ba8edcbe140dbaba64961364f0a90cb 100644 (file)
@@ -1,4 +1,4 @@
-// cs0266.cs: Cannot implicitly convert type `object' to `System.Collections.ArrayList'. An explicit conversion exists (are you missing a cast?)
+// CS0266: Cannot implicitly convert type `object' to `System.Collections.ArrayList'. An explicit conversion exists (are you missing a cast?)
 // Line: 12
 
 using System.Collections;