svn path=/branches/mono-1-1-9/mcs/; revision=50439
[mono.git] / mcs / errors / cs3005-10.cs
1 // cs3005-10.cs: Identifier `System.Icomparable' differing only in case is not CLS-compliant
2 // Compiler options: -warnaserror
3 // Line: 8
4
5 [assembly:System.CLSCompliant(true)]
6
7 namespace System {
8     public interface Icomparable {
9     }
10 }