"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs3005-3.cs
blobfbfeb106e7c1698c46bfb25bf7aed42c3fc3c923
1 // CS3005: Identifier `CLSClass.value' differing only in case is not CLS-compliant
2 // Line: 15
3 // Compiler options: -warnaserror
5 [assembly:System.CLSCompliant(true)]
7 public class X {
8 public bool Value;
11 public class Y: X {
12 private readonly bool vAalue;
15 public class CLSClass: Y {
16 protected internal bool value;