Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lang: ast: Clear env on ExprCall.Graph
When calling a function, the function is either a parameter, a top-level variable, a builtin, or a func. None of those should have access to the enclosing function parameters (not the call site's arguments) which are in scope at the call site.
- Loading branch information