🔎 Search Terms
super
🕗 Version & Regression Information
This exists in ts6.0
⏯ Playground Link
No response
💻 Code
class A extends class {} {
static {
new super()
}
static f() {
new super()
}
}
🙁 Actual behavior
no error
🙂 Expected behavior
new super() is invalid and should throw error.
Additional information about the issue
No response
🔎 Search Terms
super
🕗 Version & Regression Information
This exists in ts6.0
⏯ Playground Link
No response
💻 Code
🙁 Actual behavior
no error
🙂 Expected behavior
new super()is invalid and should throw error.Additional information about the issue
No response