Either type not expanded for overload resolution #16412
Labels
Duplicate
An existing issue was already created
VS Code Tracked
There is a VS Code equivalent to this issue
From microsoft/vscode#28293
TypeScript Version: 2.4.0-20170609
Code
Expected behavior:
No compile errors. We have
do
overloads for both both types of paramsActual behavior:
Compile error. No overload found for
do
with argument of typenumber | string
// cc @roblourens
The text was updated successfully, but these errors were encountered: