[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / test-852.cs
blob3f5001728b84d5bb86fdedb7930ae90d642aa45e
1 // Compiler options: -warnaserror
3 public class Test
5 #pragma warning disable 1634
6 #pragma warning suppress 56500
7 public static void Main ()
10 #pragma warning restore 1634