TypeScript/tests/cases/conformance/types/intersection
Anders Hejlsberg a21f61f746
Fix narrowing of intersections of type variables and primitive types (#43131)
* Fix narrowing of intersections of type variables and primitive types

* Add tests
2021-03-18 08:55:50 -07:00
..
commonTypeIntersection.ts
contextualIntersectionType.ts
intersectionAndUnionTypes.ts
intersectionAsWeakTypeSource.ts
intersectionMemberOfUnionNarrowsCorrectly.ts
intersectionNarrowing.ts Fix narrowing of intersections of type variables and primitive types (#43131) 2021-03-18 08:55:50 -07:00
intersectionOfUnionOfUnitTypes.ts
intersectionReduction.ts
intersectionReductionStrict.ts
intersectionsAndEmptyObjects.ts Fix crash intersecting dynamic import w/esModuleInterop (#40249) 2020-09-01 09:10:36 -07:00
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