Remove debugging code from generated code
[mono-project.git] / mcs / errors / cs3015.cs
blobc58145a38c4bd7ad38e4bb4311dbf371987908d4
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 public CLSAttribute(string[] array) {