[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1655.cs
index 7f653da362f65d9d36418a92c91c94af2905c32a..ac6c22aa0f60932210112da636378557139d7319 100644 (file)
@@ -1,4 +1,4 @@
-// cs1655.cs: Cannot pass members of `q' as ref or out arguments because it is a `foreach iteration variable'
+// CS1655: Cannot pass members of `q' as ref or out arguments because it is a `foreach iteration variable'
 // Line: 23
 
 using System.Collections;