[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / test-452.cs
blob5eac49b5eb773a3ae1a1aabe8764cd9e31b14ad3
1 class Foo
3 static public Foo x;
6 class Test
8 public static void Main ()
10 Foo Foo;
11 Foo = Foo.x;