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
Oops; the JniPeerMembers managedPeerType is supposed to be the
declaring type -- the type that has the JniPeerMembers instance.
In this case that wasn't true -- CallNonvirtualDerived was using
CallNonvirtualBase as the managedPeerType. Doh!
(I wonder if there's a way to check/assert for this...)
0 commit comments