Merge pull request #3686 from lambdageek/dev-format-printf
[mono.git] / mcs / errors / cs1612.cs
index bdcd9b6c4a54194db38f61d1c2df3c4bb23e3f2b..d183e5bf24ac441a30af5f1d236a64ae0abad832 100644 (file)
@@ -1,3 +1,6 @@
+// CS1612: Cannot modify a value type return value of `X.P'. Consider storing the value in a temporary variable
+// Line: 9
+
 using System;
 class X {
        static void Main ()