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