fix ET tests for 4.0
[mcs.git] / errors / cs3014-3.cs
blobfe1e3760cbea50bf8e2463c0ec97868d78996e9c
1 // CS3014: `I' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
2 // Line: 8
3 // Compiler options: -warnaserror -warn:1
5 using System;
7 [CLSCompliant (true)]
8 public interface I {