2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3005-9.cs
blob6fa8c6c702908beedfdddef95b8300890b8fd3e5
1 // cs3005-9.cs: Identifier `c1' differing only in case is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror
5 [assembly:System.CLSCompliant(true)]
7 public class C1 {
10 public class c1 {