Amjad Masad 0d9459dbb6 Fix minified labeledStatement printing
Unary expressions with alphabetic operators like 'void' were being
squished next to the statement.
2016-01-12 17:28:46 -08:00

2 lines
64 B
JavaScript

function x(){return-1;return--i;return!2;return void 0}throw-1;