1 // CS3016: Arrays as attribute arguments are not CLS-compliant
3 // Compiler options: -warnaserror -warn:1
6 [assembly
:CLSAttribute (new bool [] {true, false}
)]
7 [assembly
:CLSCompliant (true)]
9 public class CLSAttribute
: Attribute
{
10 public CLSAttribute () {
13 public CLSAttribute(bool[] array
) {