class A extends B { constructor() { super(); this.arrow1 = (x) => { return x; }; this.arrow2 = (x) => x; } }