[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / gtest-optional-21.cs
bloba305aa9b90d0d31e548deb842a74bdbefcbfe062
1 using System.Runtime.InteropServices;
3 partial class C
5 public static void Foo (C c, [Optional] C c2)
10 partial class C
12 public static void Foo2 ([Optional] C c2)
16 public static void Main ()