class A { constructor(_force) { this.force = force; this.foo = super.method(); } }