TypeScript/tests/cases/conformance/types/union
Andrew Branch 3d09010dc8
Intersect 'this' types in union signatures (#32538)
* Intersect this types in union signatures

* Actually update baselines
2019-07-26 14:56:03 -07:00
..
contextualTypeWithUnionTypeCallSignatures.ts Fix the logic in getting the contextual signature of union type as per spec 2014-11-04 14:49:15 -08:00
contextualTypeWithUnionTypeIndexSignatures.ts Use string/number signature to get contextual type 2018-10-11 15:12:13 -07:00
contextualTypeWithUnionTypeMembers.ts Test cases for contextual typing of union type members 2014-11-04 13:33:43 -08:00
contextualTypeWithUnionTypeObjectLiteral.ts Test cases for contextual typing of union type members 2014-11-04 13:33:43 -08:00
discriminatedUnionTypes1.ts [Transforms] Merging Master to Transforms on 06/21 (#9294) 2016-07-11 12:41:12 -07:00
discriminatedUnionTypes2.ts Add tests 2018-12-10 16:30:30 -08:00
unionTypeCallSignatures.ts Allow union signatures to merge when they have differing argument counts (#28604) 2018-11-19 17:05:28 -08:00
unionTypeCallSignatures2.ts Addressing CR feedback 2015-08-06 17:17:20 -07:00
unionTypeCallSignatures3.ts Adding new test 2015-08-07 08:06:10 -07:00
unionTypeCallSignatures4.ts Allow union signatures to merge when they have differing argument counts (#28604) 2018-11-19 17:05:28 -08:00
unionTypeCallSignatures5.ts Don’t crash when creating a union signature from signatures that do and don’t have this types 2019-05-22 17:42:05 -07:00
unionTypeCallSignatures6.ts Intersect 'this' types in union signatures (#32538) 2019-07-26 14:56:03 -07:00
unionTypeConstructSignatures.ts Allow union signatures to merge when they have differing argument counts (#28604) 2018-11-19 17:05:28 -08:00
unionTypeEquivalence.ts Tests for union members: 2014-11-04 13:18:27 -08:00
unionTypeFromArrayLiteral.ts Array literal produces union type if the it is not contextually typed 2014-11-04 15:58:44 -08:00
unionTypeIndexSignature.ts Tests for union of index signatures: 2014-11-04 13:18:37 -08:00
unionTypeMembers.ts Tests for union members: 2014-11-04 13:18:27 -08:00
unionTypePropertyAccessibility.ts Adding test 2015-04-16 14:41:33 -07:00
unionTypeReadonly.ts [Transforms] Merge master 07/11 into transform (#9697) 2016-07-18 15:38:30 -07:00
unionTypeReduction.ts Adding test 2015-04-12 10:52:20 -07:00
unionTypeWithIndexSignature.ts Index signatures contribute properties to unions (#25307) 2018-07-06 10:46:05 -07:00