class Test { x; constructor cons(_x) { x = _x; } }