2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / errors / cs3014-2.cs
1 // cs3014-2.cs: 'C' cannot be marked as CLS compliant because the assembly is not marked as compliant
2 // Line: 7
3
4 using System;
5
6 [CLSCompliant (true)]
7 public class C {
8 }