2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3015-2.cs
blobd4aea9df9659465510a920afb18c0adcb6f8f7e7
1 // CS3015: `CLSAttribute' has no accessible constructors which use only CLS-compliant types
2 // Line: 8
3 // Compiler options: -warnaserror -warn:1
5 using System;
6 [assembly:CLSCompliant (true)]
8 public class CLSAttribute: Attribute {
9 [CLSCompliant (false)]
10 public CLSAttribute(string array) {