Copied remotely
[mono.git] / mcs / errors / cs3005-15.cs
1 // cs3005.cs: Identifier 'a' differing only in case is not CLS-compliant
2 // Line: 10
3
4 using System;
5 [assembly:CLSCompliant (true)]
6
7 public enum A {
8 }
9
10 public interface a {
11 }