**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs3005-14.cs
blobcbfecf211c5bb2740dc7161b97359b4b0c886d45
1 // cs3005.cs: Identifier 'i1' differing only in case is not CLS-compliant
2 // Line: 9
4 [assembly:System.CLSCompliant(true)]
6 public interface I1 {
9 public interface i1 {