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
Fix: interpreter handles self in inlined method with arguments (#16307)
We must handle args first, and then leave self on the stack, instead of handling args last and have them maybe mess with the stack.
Co-authored-by: Julien Portalier <julien@portalier.com>
0 commit comments