Fix bad parsing of `new new x()()` constructs
authorRichard van Velzen <rvanvelzen@experty.com>
Thu, 6 Aug 2015 19:27:46 +0000 (21:27 +0200)
committerMihai Bazon <mihai.bazon@gmail.com>
Thu, 27 Aug 2015 09:29:36 +0000 (12:29 +0300)
commitfcde6109b0138502a445a7571adc810b5b9e68ee
treee0de9aed64a54d4031873680d9c263e2dc4a2087
parente3bd223dac41ed8fcbbc3a139d78c68bcd50f628
Fix bad parsing of `new new x()()` constructs

Fixes #739
lib/parse.js
test/compress/new.js [new file with mode: 0644]