TypeScript/tests/cases/conformance/expressions/assignmentOperator
Matt McCutchen d45e422b46 Have getAssignmentReducedType use the comparable relation instead of
typeMaybeAssignableTo.

typeMaybeAssignableTo decomposed unions at the top level of the assigned
type but didn't properly handle other unions that arose during
assignability checking, e.g., in the constraint of a generic lookup
type.

Fixes #26130.
2018-08-01 23:26:17 -04:00
..
assignmentGenericLookupTypeNarrowing.ts Have getAssignmentReducedType use the comparable relation instead of 2018-08-01 23:26:17 -04:00
assignmentLHSIsReference.ts Update tests 2016-09-21 16:03:51 -07:00
assignmentLHSIsValue.ts Update tests 2016-09-21 16:03:51 -07:00
assignmentTypeNarrowing.ts Add control flow tests 2016-03-25 21:29:58 +01:00
compoundAdditionAssignmentLHSCanBeAssigned.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
compoundAdditionAssignmentLHSCannotBeAssigned.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
compoundAdditionAssignmentWithInvalidOperands.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
compoundArithmeticAssignmentLHSCanBeAssigned.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
compoundArithmeticAssignmentWithInvalidOperands.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
compoundAssignmentLHSIsReference.ts Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
compoundAssignmentLHSIsValue.ts Update tests 2016-09-21 16:03:51 -07:00