Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve a call argument that is a call to its identifier (#412)
This fixes the case when a call is analyzed that has a call as one of its arguments. foobar("foo", bar()) Now the call in the argument list will resolve to an identifier node. Signed-off-by: Eric Brown <[email protected]>
- Loading branch information