cbfecf211c5bb2740dc7161b97359b4b0c886d45
[mono.git] / mcs / errors / cs3005-14.cs
1 // cs3005.cs: Identifier 'i1' differing only in case is not CLS-compliant
2 // Line: 9
3
4 [assembly:System.CLSCompliant(true)]
5
6 public interface I1 {
7 }
8
9 public interface i1 {
10 }