In ilasm/tests:
[mcs.git] / errors / cs3014-3.cs
blob45a9f2bfd54747e9fc0657175b68089a343a8b06
1 // cs3014-3.cs: `I' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
2 // Line: 7
4 using System;
6 [CLSCompliant (true)]
7 public interface I {