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
SymbolId
Looks like function overloads don't have symbols assigned to them.
For example in the following code:
function overload1(n: number) : string; function overload1(ns: any) { return ns.toString(); }
The second overload1 has a symbol, but the first does not.
overload1
Let me know if anyone on the team is tackling this area right now, otherwise I can maybe try and take a crack at it.
Possibly related to #8039
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looks like function overloads don't have symbols assigned to them.
For example in the following code:
The second
overload1
has a symbol, but the first does not.Let me know if anyone on the team is tackling this area right now, otherwise I can maybe try and take a crack at it.
Possibly related to #8039
The text was updated successfully, but these errors were encountered: