Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Type hinting was taking its cue from the multimethod decorator, so joinpath was always returning Any as the type. To resolve, the multimethod decorator has been annotated with generics so that the typing system can correctly infer the return type of joinpath.
- Loading branch information