Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TreeOps: skip empty types in defDefReturnType
Historically, the parser returns `Type.Name("Unit")` for declarations or definitions using the procedure syntax (i.e., no explicit `: type`). However, that tree occupies no tokens and hence needs to be ignored.
- Loading branch information