Files
TypeScript/tests
TypeScript BotandNathan Shively-Sanders 6317c901d7 Cherry-pick PR #34764 into release-3.7 (#34765)
Component commits:
ab9bc3a55a Fix type reference to merged prototype property assignment
The constructor function code path in the return type checking of
signatures needs to pass the *merged* symbol of the declaration to
getDeclaredTypeOfClassOrInterface. Other callers of
getDeclaredTypeOfClassOrInterface do this, or used an already-merged
symbol.

Fixes #33993
2019-10-28 10:58:15 -07:00
..