mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-17 19:11:26 -06:00
* Fixed an issue with `in` not being able to be used on narrowed down expression of a generic nullable type * Add another test case from a new issue * Move the fix to `hasEmptyObjectIntersection`