๐ 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