// cs3005.cs: error CS3005: Identifier 'System.Icomparable' differing only in case is not CLS-compliant // Line: 8 [assembly:System.CLSCompliant(true)] namespace System { public interface Icomparable { } }