Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix constraint handling in eitherIsSubtype
The logic in typeComparer#eitherIsSubtype was flawed. In the case of A & B <: C, if A <: C but not B <: C we need to return with the constraint of A <: C, but we returned with the initial constraint instead.
- Loading branch information