[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs3003-6.cs
index 12f97f405bf3c1bf3601b4614682668bb57aba15..9c2c20080cde846f66b6102a7bd090fbc7281452 100644 (file)
@@ -1,11 +1,12 @@
-// CS3003: Type of `I.Foo' is not CLS-compliant\r
-// Line: 9\r
-\r
-using System;\r
-[assembly:CLSCompliant (true)]\r
-\r
-[CLSCompliant (true)]\r
-public interface I {\r
-    uint Foo { set; }\r
-}\r
-\r
+// CS3003: Type of `I.Foo' is not CLS-compliant
+// Line: 10
+// Compiler options: -warnaserror -warn:1
+
+using System;
+[assembly:CLSCompliant (true)]
+
+[CLSCompliant (true)]
+public interface I {
+    uint Foo { set; }
+}
+