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