[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / test-913.cs
blobe35eaff1795677c2a840fc31776874182a07b122
1 namespace N
3 using X = A.B;
5 class A
7 public class B {}
9 public class C : X {}
11 public static void Main ()
13 new C ();