-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
3acf46b
commit a50e717
Showing
1 changed file
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters