2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3021.cs
blob720e65030e24c75199edb28fb9422c5b4af47889
1 // cs3021.cs: `I' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
2 // Line: 9
3 // Compiler options: -warn:2 -warnaserror
5 using System;
7 [CLSCompliant (false)]
8 public interface I