[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0527.cs
blob260ddc6047dedc241dff7fae6b99d317cceb660f
1 // CS0527: Type `X' in interface list is not an interface
2 // Line: 6
3 class X {
6 interface A : X {