Merge pull request #3749 from BrzVlad/fix-mips-fix
[mono.git] / mcs / errors / cs3018-2.cs
index 7784a03950bffca4c4237f3f85f5bab08cd7205c..135556e65d366182ce984dbe4da6eca070e6201d 100644 (file)
@@ -1,5 +1,6 @@
-// cs3018-2.cs: `C1.I2' cannot be marked as CLS-Compliant because it is a member of non CLS-Compliant type `C1'
-// Line: 10
+// CS3018: `C1.I2' cannot be marked as CLS-compliant because it is a member of non CLS-compliant type `C1'
+// Line: 12
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant (true)]