[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / test-918.cs
blobe8e0f9f6657e07f294117c7f7929a686efb3aaa6
1 public class Test
3 Test x;
5 void Foo ()
8 string x = "dd";
12 x = null;
15 x = new Test ();
18 public static void Main () { }