class Foo extends Bar { constructor(x){ super(x, 1, ?, ?); this.x = x; } }