class Test { constructor() { this.state = "test"; } } class Foo extends Bar { constructor() { this.state = "test"; } }