// cs3005-6.cs: Identifier `I1' differing only in case is not CLS-compliant // Compiler options: -warnaserror // Line: 9 [assembly:System.CLSCompliant(true)] public class I1 { } public interface i1 { }