[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs3021-2.cs
blob0998cb9d44d4aef07cfe663e367c4fbcacebbdc2
1 // CS3021: `I' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
2 // Line: 9
3 // Compiler options: -warn:2 -warnaserror
5 using System;
7 [CLSCompliant (false)]
8 public partial interface I