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
Correctly process nested definitions in astmerge (#14104)
Fixes#12744
The fix is straightforward. Current logic can produce a random mix of
old and new nodes if there are functions/methods nested in other
statements.
0 commit comments