[unit-tests] Fix Makefile.am when Mono is compiled with LLVM
[mono-project.git] / mcs / errors / cs3005-19.cs
blobcc0bbe5e68b230b3f106704b548dc9a68ed28682
1 // CS3005: 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();