[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / test-921.cs
blob166bfb13b0457e009a53d33a1f262fd84263abb9
1 // Compiler options: -r:test-921-lib.dll
3 using Reference;
5 class A
7 void Foo (IA a)
9 IB b = a.Equals;
12 public static void Main ()