class E { constructor(x, y) { this.t = x + y; } }