swc/ecmascript/minifier/tests/terser/compress/functions/issue_2107/output.js

8 lines
125 B
JavaScript
Raw Normal View History

var c = 0;
c++,
new (function () {
(this.a = 0), (c = 1 + (c += 1)), c++;
})(),
c++,
console.log(c);