Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs3015.cs
index c58145a38c4bd7ad38e4bb4311dbf371987908d4..29c80e19423d5b54bd1e327ac572dd7c27fbc0d5 100644 (file)
@@ -1,5 +1,6 @@
-// cs3015.cs: `CLSAttribute' has no accessible constructors which use only CLS-compliant types
-// Line: 7
+// CS3015: `CLSAttribute' has no accessible constructors which use only CLS-compliant types
+// Line: 8
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant (true)]