8 lines
103 B
JavaScript

class Test extends Foo {
constructor() {
super();
super.test;
super.test.whatever;
}
}