-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Closed
Labels
javascriptJavaScript support issuesJavaScript support issuestypescriptTypescript support issuesTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
re #50487
- have the snippet below
- not how just the
ais marked as unused but not the whole declaration
class TestMe {
constructor(b: boolean);
constructor(b: string)
constructor(b: boolean | string, a?: boolean) {
console.log(b);
}
callMe(): any {
interface Foo {
bar: boolean;
}
let bazz: Foo;
return bazz;
}
}Metadata
Metadata
Assignees
Labels
javascriptJavaScript support issuesJavaScript support issuestypescriptTypescript support issuesTypescript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
