Conditional type on type argument reports different value when assigned to vs assigned from #52021
Labels
Needs Investigation
This issue needs a team member to investigate its status.
Milestone
Bug Report
π Search Terms
Conditional type, assigned to, assigned from, type arguments
π Version & Regression Information
β― Playground Link
Playground link with relevant code
π» Code
π Actual behavior
true
is not assignable toT1
.T2
is not assignable totrue
.π Expected behavior
true
is assignable toT1
.T2
is assignable totrue
.The text was updated successfully, but these errors were encountered: