retag
[mcs.git] / errors / cs3005-13.cs
blob25bd30820f625704f717a62cc8faa717d600cbf7
1 // CS3005: Identifier `CLSEnum.label' differing only in case is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror -warn:1
5 using System;
6 [assembly:CLSCompliant (true)]
8 public enum CLSEnum {
9 label,
10 Label