Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs3016-2.cs
index 84db73dd9e3e9542889a1a9fd1c8378d0ed3e60c..861ebc50d82887acb50870ef783b9695ef728827 100644 (file)
@@ -1,5 +1,6 @@
-// cs3016.cs: Arrays as attribute arguments are not CLS-compliant
-// Line: 5
+// CS3016: Arrays as attribute arguments are not CLS-compliant
+// Line: 6
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSAttribute (new bool [] {true, false})]
@@ -11,4 +12,4 @@ public class CLSAttribute: Attribute {
         
         public CLSAttribute(bool[] array) {
         }
-}
\ No newline at end of file
+}