Updated with review feedback.
[mono.git] / mcs / errors / cs3005-9.cs
1 // CS3005: Identifier `c1' differing only in case is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror
4
5 [assembly:System.CLSCompliant(true)]
6
7 public class C1 {
8 }
9
10 public class c1 {
11 }