[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1622.cs
index 563889bd59b4298f2e496cb00728b8763ed9fbcd..b063b681b0e804b4740c95398997b93b0c57d62b 100644 (file)
@@ -1,4 +1,4 @@
-// cs1622.cs: Cannot return a value from iterators. Use the yield return statement to return a value, or yield break to end the iteration
+// CS1622: Cannot return a value from iterators. Use the yield return statement to return a value, or yield break to end the iteration
 // Line: 11
 using System.Collections;