Skip to content
New issue

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

No SymbolId for function overloads #8187

Open
mxsdev opened this issue Dec 30, 2024 · 0 comments
Open

No SymbolId for function overloads #8187

mxsdev opened this issue Dec 30, 2024 · 0 comments
Labels
C-bug Category - Bug

Comments

@mxsdev
Copy link
Contributor

mxsdev commented Dec 30, 2024

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.

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

@mxsdev mxsdev added the C-bug Category - Bug label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category - Bug
Projects
None yet
Development

No branches or pull requests

1 participant