Bugs #12, #8
[KiwiIRC.git] / node / node_modules / uglify-js / test / unit / compress / test / array4.js
1 (function(){
2 (function(){
3 return new Array(1, 2, 3);
4 })();
5 function Array(){};
6 })();