Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs1612.cs
index b1b828fc33811594d8d6f6fa6b89ce0aebadbfc7..d183e5bf24ac441a30af5f1d236a64ae0abad832 100644 (file)
@@ -1,4 +1,4 @@
-// cs1612.cs: Cannot modify expression 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;