class a { get x() { return "20"; } set x(aValue: string) { } } class b extends a { x() { return "20"; } }