2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3005-21.cs
blobd69f3a19769a3ca6e099a71dcd01c9834619a705
1 // cs3005-21.cs: Identifier `CLSClass.NameAbC' differing only in case is not CLS-compliant
2 // Line: 12
3 // Compiler options: -warnaserror
5 using System;
6 [assembly:CLSCompliant (true)]
8 public class CLSClass {
9 [CLSCompliant (false)]
10 public int NameABC;
12 public int NameAbc;
13 public int NameAbC;