2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3005-19.cs
blob95cbc77bbe3d6cb7eb71d8f3488ada58a2a66074
1 // cs3005-19.cs: Identifier `II.compareto()' differing only in case is not CLS-compliant
2 // Line: 11
3 // Compiler options: -t:library -warnaserror
6 [assembly:System.CLSCompliant(true)]
8 public interface I {
11 public interface II: I, System.IComparable {
12 bool compareto();