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
Tweak isExplicitArrayConstructorInvocation function for correctness
Technically speaking, we should never be calling
`NameReferenceNode::getLastName` downstream of the `readNameReference`
method. It means while we're looping over each part of the name
reference, we're looking at the last part of the name each time.
This is a subtle correctness thing, there should be no behavior change.
0 commit comments