1 // CS3005: Identifier `CLSClass.Index.get' differing only in case is not CLS-compliant
3 // Compiler options: -warnaserror
5 [assembly
:System
.CLSCompliant(true)]
8 public int index { get { return 0; }
}
14 public class CLSClass
: Y
{
15 public long Index { get { return 3; }
}