1 2 3 4 5 6 7 8 9 10
// |jit-test| Reflect.parse(`class A { static { print('hi'); } }`) Reflect.parse(`class A { static x = 10; static { this.x++ } }`);