[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / test-named-11.cs
bloba01d2883b9c88cdc71fffec0da095de9799b9a34
1 // Compiler options: -langversion:7.2
3 class X
5 public static void Main ()
7 Test (arg: 1, "");
10 static void Test (int arg, string str)