2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3021-2.cs
blob78466d8d9a5d85dde38f873ca777c69e324858bb
1 // cs3021-2.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 partial interface I