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
[MERGE #6003@akroshg] Fixing TrackAssignment for destructuring syntax
Merge pull request #6003 from akroshg:track
We got nullpointer AV as the destructuring syntax is erroneous and we will suppose to get an error.
But we did track assignment before. Fixing this by delaying the trackassignment after error checks.
0 commit comments