1 2 3 4 5 6 7 8 9
class A { x; y = 1; static z = 2; #p = 3; static #sp; ['c'] = 4; static { this.q = 1; } }