We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From @anvish on March 3, 2017 10:15
Steps to Reproduce:
function a(): { [key: string]: number } | { [key: string]: number } { throw 1 } function b(a: { [key: string]: number } | { [key: string]: number }): void { }
Copied from original issue: microsoft/vscode#21872
The text was updated successfully, but these errors were encountered:
The scope for the first:
meta.return.type.ts meta.function.ts source.ts
While the second is missing return.type:
return.type
meta.block.ts meta.function.ts source.ts
Sorry, something went wrong.
2ea303c
No branches or pull requests
From @anvish on March 3, 2017 10:15
Steps to Reproduce:
Copied from original issue: microsoft/vscode#21872
The text was updated successfully, but these errors were encountered: