-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Labels
BugA bug in TypeScriptA bug in TypeScript
Milestone
Description
🔎 Search Terms
"superClass"
🕗 Version & Regression Information
- This changed between versions ______ and _______
- This changed in commit or PR _______
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about _________
- I was unable to test this on prior versions because _______
⏯ Playground Link
No response
💻 Code
class A extends {}.Foo {}class A extends {}! {}🙁 Actual behavior
They are not correctly parsed as super class.
🙂 Expected behavior
They should both parse as superClass.
Additional information about the issue
The following are correctly parsed.
class A extends {} {}
class A extends {Foo}.Foo {}
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScript