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