Conditional type simplified too early #46761
Labels
Fix Available
A PR has been opened for this issue
Needs Investigation
This issue needs a team member to investigate its status.
Rescheduled
This issue was previously scheduled to an earlier milestone
Milestone
Bug Report
π Search Terms
conditional tuple extend simplify type parameter constraint
π Version & Regression Information
β― Playground Link
Playground link with relevant code
π» Code
π Actual behavior
Test<A, B>
is being incorrectly simplified to1
before being called, andTest<1, 1>
is resolving incorrectly to1
.π Expected behavior
Test<A, B>
should not be simplified, andTest<1, 1>
should resolve to0
.The text was updated successfully, but these errors were encountered: