In corlib/System.Runtime.InteropServices:
[mono.git] / mcs / errors / cs3021-2.cs
1 // cs3021-2.cs: `I' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant\r
2 // Line: 9\r
3 // Compiler options: -warn:2 -warnaserror\r
4 \r
5 using System;\r
6 \r
7 [CLSCompliant (false)]\r
8 public partial interface I\r
9 {\r
10 }\r