TypeScript/tests/cases/conformance/types/intersection
Anders Hejlsberg c1f676dd3f
Perform intersection reduction before and after getApparentType (#38565)
* Perform intersection reduction before and after getApparentType

* Add regression tests
2020-05-13 20:57:17 -07:00
..
commonTypeIntersection.ts
contextualIntersectionType.ts
intersectionAndUnionTypes.ts
intersectionAsWeakTypeSource.ts
intersectionMemberOfUnionNarrowsCorrectly.ts
intersectionOfUnionOfUnitTypes.ts
intersectionReduction.ts Perform intersection reduction before and after getApparentType (#38565) 2020-05-13 20:57:17 -07:00
intersectionReductionStrict.ts Reduce intersections by discriminants (#36696) 2020-02-28 17:06:44 -08:00
intersectionsAndEmptyObjects.ts
intersectionThisTypes.ts
intersectionTypeAssignment.ts
intersectionTypeEquivalence.ts
intersectionTypeInference.ts
intersectionTypeInference2.ts
intersectionTypeInference3.ts
intersectionTypeMembers.ts
intersectionTypeOverloading.ts
intersectionTypeReadonly.ts
intersectionWithIndexSignatures.ts
intersectionWithUnionConstraint.ts
operatorsAndIntersectionTypes.ts
recursiveIntersectionTypes.ts