Files
2019-04-01 09:19:25 +02:00

8 lines
59 B
JavaScript

new (x => x);
(function(x) {
return x+19;
})(23);
/x/;