Merge pull request #3766 from BrzVlad/feature-default-conc
[mono.git] / mcs / errors / cs3003.cs
index d14aa1432c104b025f6b2ff2f363da2cc57b3bf0..066195e6579643e7342eceb932c25ea20bc2d53f 100644 (file)
@@ -1,9 +1,10 @@
-// cs3003.cs: Type of `CLSClass.value' is not CLS-compliant
-// Line: 8
+// CS3003: Type of `CLSClass.value' is not CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
 
 public class CLSClass {
         protected uint value;
-}
\ No newline at end of file
+}