[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1612.cs
index d4315472f0a116ddd0fa55aeb5cacb60c8315a4e..d183e5bf24ac441a30af5f1d236a64ae0abad832 100644 (file)
@@ -1,4 +1,4 @@
-// cs1612.cs: Cannot modify the return value of `X.P' because it is not a variable
+// CS1612: Cannot modify a value type return value of `X.P'. Consider storing the value in a temporary variable
 // Line: 9
 
 using System;