mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-18 12:21:37 -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`