1 // cs3005-16.cs: Identifier `CLSClass_B.uNIVERSAL' differing only in case is not CLS-compliant
3 // Compiler options: -reference:CS3005-16-lib.dll -warnaserror
7 [assembly
: CLSCompliantAttribute (true)]
9 public class CLSClass_B
: CLSClass_A
{
10 public const int uNIVERSAL
= 3;