[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / gtest-002.cs
blob5c0ff2fdfe56ee93d150f85cfe397a4455a440c8
1 class Cell <X> {
2 X value;
6 class D {
7 public static void Main ()