2018-01-09 15:36:42 +01:00

9 lines
96 B
JavaScript

new X();
new Y()();
new F().z;
new new x()();
new new x()(a);
new new x(a)();
new new x(a)(a);