Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve test for "names in type tree"
The previous test was flaky because there was no guarantee that the prefix of `BB` was correctly catched by the type traverser (the name of `a` could have been recognised in the type of `foo` and not in `bar`). The following PR makes sure that the prefix `c` is also captured.
- Loading branch information