ruff
f029f8b7 - Move function visit out of `Expr::Call` branches (#5772)

Commit
2 years ago
Move function visit out of `Expr::Call` branches (#5772) ## Summary Non-behavioral change, but this is the same in each branch. Visiting the `func` first also means we've visited the `func` by the time we try to resolve it (via `resolve_call_path`), which should be helpful in a future refactor.
Author
Parents
Loading