TypeScript/tests/cases/conformance/expressions
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
..
arrayLiterals
asOperator
assignmentOperator Have getAssignmentReducedType use the comparable relation instead of 2018-08-01 23:26:17 -04:00
binaryOperators Test getConstraintOfIndexedAccess fixes and update baselines 2017-08-18 15:16:24 -07:00
commaOperator Add suggestion diagnostics for unused label and unreachable code (#24261) 2018-05-22 07:56:29 -07:00
conditonalOperator
contextualTyping
elementAccess Test:string enum in element access 2017-08-24 14:06:21 -07:00
functionCalls Update spread tests w/new excess arguments error 2017-11-16 09:39:31 -08:00
functions
identifiers
literals
newOperator
objectLiterals Add tests 2017-10-26 14:56:54 -07:00
operators Unpatch vfs resolver and default lib rename 2018-05-03 14:18:50 -07:00
propertyAccess
superCalls
superPropertyAccess
thisKeyword
typeAssertions
typeGuards Add tests 2018-06-02 17:43:37 -07:00
unaryOperators Indexed-assignment readonly err is not unknownType 2017-08-16 10:06:01 -07:00
valuesAndReferences