Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: missing pc map for empty functions (#3202)
the IR generated inside of a function (that is not generated in stmt.py or expr.py) was not annotated with the source pos. this annotates the root node of the function with the source pos as the fallback.
- Loading branch information