You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Java.Interop-Tests] Add test for JniMarshalMethod return type handling.
I'm trying to migrate Java.Interop.Export to use JniEnvironment, and
hitting errors regarding System.Linq.Expressions use when methods have
non-`void` return types.
Since the Java.Interop.Export code is based in part on
JniMarshalMethod, add a test for a method with a non-`void` return
type for more sanity checking.
0 commit comments