2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3015.cs
blob29c80e19423d5b54bd1e327ac572dd7c27fbc0d5
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 public CLSAttribute(string[] array) {