-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
function(this/**/: string, x: number) {
return this.length;
}Now try to rename or find all references at /**/.
Expected: Message "You cannot rename this element".
Actual: Rename just the parameter, nothing in the body. Find all references just finds one reference, the definition.
Probably this needs to be classified as ThisKeyword by the parser as long as that doesn't break anything else.
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue