ruff
f97da182 - [ty] improve typevar solving from constraint sets (#22411)

Commit
143 days ago
[ty] improve typevar solving from constraint sets (#22411) ## Summary Fixes https://github.com/astral-sh/ty/issues/2292 When solving a bounded typevar, we preferred the upper bound over the actual type seen in the call. This change fixes that. ## Test Plan Added mdtest, existing tests pass.
Author
Parents
Loading