Bump corert
[mono.git] / mcs / errors / cs1690-3.cs
index e418dcb72d9d40929acc3455b84f9d362a37641c..d7e04940e9373a86a1846e0462aa04e94a8b147c 100644 (file)
@@ -1,5 +1,6 @@
-// cs1690.cs: Cannot call methods, properties, or indexers on 'A.point' because it is a value type member of a marshal-by-reference class
-// Line: 21
+// CS1690: Cannot call methods, properties, or indexers on `A.point' because it is a value type member of a marshal-by-reference class
+// Line: 22
+// Compiler options: -warn:1 -warnaserror
 
 using System;