2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3005-10.cs
bloba0cee9ea08be4bba94d55203a82ae5f0cecc4ddb
1 // CS3005: Identifier `System.Icomparable' differing only in case is not CLS-compliant
2 // Line: 8
3 // Compiler options: -warnaserror -warn:1
5 [assembly:System.CLSCompliant(true)]
7 namespace System {
8 public interface Icomparable {