mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
d5af89c552
Property assignments can have a type annotation in JS. This PR adds a check for it in contextual typing. Fixes #43379