Files
UglifyJS/test/input/issue-1242/baz.es5
2016-08-14 21:46:38 +02:00

5 lines
59 B
Plaintext

function baz(x) {
var half = x / 2;
return half;
}