2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs3021-2.cs
blobdb891eac0b28637554ceb8656276403af1c2e3dc
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