[mcs] Fixes codegen for pattern probing with value-type variables
[mono.git] / mcs / errors / cs3005-10.cs
1 // CS3005: Identifier `System.Icomparable' differing only in case is not CLS-compliant
2 // Line: 8
3 // Compiler options: -warnaserror -warn:1
4
5 [assembly:System.CLSCompliant(true)]
6
7 namespace System {
8     public interface Icomparable {
9     }
10 }