Add glib to the list of packages with debugging symbols.
[mono.git] / mcs / errors / cs3018-3.cs
index 146eb55ea4b846cce5ff60329645eb2941a55b6f..d63fc33e51edb610dc4a88e52949ecffde4a525c 100644 (file)
@@ -1,16 +1,17 @@
-// cs3018-2.cs: `C1.I2' cannot be marked as CLS-compliant because it is a member of non CLS-compliant type `C1'\r
-// Line: 10\r
-\r
-using System;\r
-[assembly: CLSCompliant (true)]\r
-\r
-public partial class C1\r
-{\r
-    [CLSCompliant (true)]\r
-    public interface I2 {}\r
-}\r
-\r
-[CLSCompliant (false)]\r
-public partial class C1\r
-{\r
+// CS3018: `C1.I2' cannot be marked as CLS-compliant because it is a member of non CLS-compliant type `C1'
+// Line: 10
+// Compiler options: -warnaserror -warn:1
+
+using System;
+[assembly: CLSCompliant (true)]
+
+public partial class C1
+{
+    [CLSCompliant (true)]
+    public interface I2 {}
+}
+
+[CLSCompliant (false)]
+public partial class C1
+{
 }
\ No newline at end of file