Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop lazy recursive application in approximateParent (scala#16073)
This plays badly with any code that inspects bounds deeply when creating constraints since the LazyRefs create new type variables at unexpected times. Instead, create the type variables first with empty bounds of the right kind and then add the bounds to the constraint using subtype tests.
- Loading branch information