Remove debugging code from generated code
[mono-project.git] / mcs / errors / cs3015-2.cs
blob382b2e869a70a0a390c957f27a007b0b3333c532
1 // cs3015-2.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) {