[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / gtest-638.cs
blobcadf2725ebbe6e1dd6aabc7fed2268feb2ea1be6
1 class X<T1, T2, U>
2 where T1 : class, T2
3 where T2 : class
4 where U : A, T1
8 class A
12 class F
14 public static void Main ()