UglifyJS/test/input/module/expect.js
2022-05-23 00:11:09 +08:00

2 lines
155 B
JavaScript

function n(){return this||arguments[0]+arguments[1]}function o(){return this||arguments[0]+arguments[1]}console.log(n(n(1,3),5)),console.log(o(o(2,4),6));