-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
area: typescriptoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
Bug Report
Current Behavior
A clear and concise description of the behavior.
Input Code
class Test {
get test(this: Test) {
return true;
}
}Expected behavior/code
No errors.
Environment
- Babel version(s): v7.0.0-beta.49
Possible Solution
Additional context/Screenshots
https://www.typescriptlang.org/docs/handbook/functions.html#this
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: typescriptoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue