1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-19 19:01:29 +00:00
Files
haste-server/node_modules/uglify-js/test/unit/compress/test/array3.js
2012-02-06 14:09:01 -05:00

5 lines
86 B
JavaScript

(function(){
return new Array(1, 2, 3, 4);
function Array() {};
})();