(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs3002-8.cs
blob869693c164de54358b7e710cc0f3e62272858c36
1 // cs3002-8.cs: Return type of 'I.Error' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant(true)]
7 public interface I {
8 ulong this[bool index] { get; }