Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs3015-1.cs
index 6603f21701c7f351db0b91917a7630e0dc0456b5..d998e81cee65f629c44fa97bde7a8931b7fc277c 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)]