(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs3005-10.cs
blob897f54ce54dbf25192ae76ab9a6cf6ef977afb47
1 // cs3005.cs: error CS3005: Identifier 'System.Icomparable' differing only in case is not CLS-compliant
2 // Line: 8
4 [assembly:System.CLSCompliant(true)]
6 namespace System {
7 public interface Icomparable {