TypeScript/tests
Wesley Wigham 5a1d30815b
Combine multiple overloads into a single contextual signature (#42620)
* When noImplicitAny is set, combine multiple contextual overloads into a single signature, rather than producing `any` and an error

* Amalgamate intersection composite signature return types as intersections, rather than the prior exclusively union behavior

* Add another example from an issue, albeit slightly modified

* Fix newlines, add test from DT

* Interior remodelling
2021-02-22 13:34:47 -08:00
..
baselines/reference Combine multiple overloads into a single contextual signature (#42620) 2021-02-22 13:34:47 -08:00
cases Combine multiple overloads into a single contextual signature (#42620) 2021-02-22 13:34:47 -08:00
lib
projects