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