**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs3015-2.cs
blobb8423681f9680122b411ad1960de8e230eccfced
1 // cs3015.cs: 'CLSAttribute' has no accessible constructors which use only CLS compliant types
2 // Line: 7
4 using System;
5 [assembly:CLSCompliant (true)]
7 public class CLSAttribute: Attribute {
8 [CLSCompliant (false)]
9 public CLSAttribute(string array) {