Bump corert
[mono.git] / mcs / errors / cs1612-2.cs
index 6ae163acb1207661db84fcb714c87b9f0110d17b..b4f075c267ba61fd31f1edc26ae58844172df18d 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 ()