2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs3005-13.cs
blob8d820904c898dbb9e7eb0d71f9e18bd0b0ad6ee3
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