Unary expressions with alphabetic operators like 'void' were being squished next to the statement.
2 lines
64 B
JavaScript
2 lines
64 B
JavaScript
function x(){return-1;return--i;return!2;return void 0}throw-1;
|