// cs3021.cs: 'I' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute // Line: 9 using System; [CLSCompliant (false)] public interface I { }