[msvc] Update csproj files (#4128)
[mono.git] / mcs / errors / cs3009-3.cs
index 6caffbfe02dde56cb4555bb6ef15f12e57a579e2..bbbb8f54bbf9dd3ec7c4a3912a5dee180ddfd7c0 100644 (file)
@@ -1,5 +1,8 @@
-// cs3009-3.cs: `AttributesForm': base type `BaseClass' is not CLS-compliant
-// Line: 14
+// CS3009: `AttributesForm': base type `BaseClass' is not CLS-compliant
+// Line: 17
+// Compiler options: -warnaserror -warn:1
+
+
 // The error is reported intentionally twice.
 
 using System;
@@ -17,4 +20,4 @@ public class AttributesForm : BaseClass
 
 public class AttributesForm_2 : BaseClass
 {
-}
\ No newline at end of file
+}