fix 'new' usage
[mcs.git] / errors / cs3005-13.cs
blob92f8c1e7bfdbde45f531b9e27b33646915bba023
1 // cs3005-13.cs: Identifier `CLSEnum.Label' differing only in case is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror
5 //
6 // NOTE: This is only an error in MCS - in GMCS, it's just a warning.
7 //
9 using System;
10 [assembly:CLSCompliant (true)]
12 public enum CLSEnum {
13 label,
14 Label