2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3005-4.cs
blobbe4f1cb6ad7ff5cc7d7b7bc563b1bee6494c91b0
1 // cs3005-4.cs: Identifier `CLSClass.constant' differing only in case is not CLS-compliant
2 // Line: 8
3 // Compiler options: -warnaserror
5 [assembly:System.CLSCompliant(true)]
7 public class CLSClass {
8 protected int Constant = 1;
9 protected const bool constant = false;