2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs3014-2.cs
blobffda3817274520c0f9eb4f5d4c20d931f3032b83
1 // cs3014-2.cs: `C' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
2 // Line: 7
4 using System;
6 [CLSCompliant (true)]
7 public class C {