1 // CS3015: `CLSAttribute' has no accessible constructors which use only CLS-compliant types
3 // Compiler options: -warnaserror -warn:1
6 [assembly
:CLSCompliant (true)]
8 public class CLSAttribute
: Attribute
{
10 public CLSAttribute(string array
) {