UglifyJS/test/input/issue-1242/foo.es5

6 lines
108 B
Plaintext
Raw Permalink Normal View History

var print = console.log.bind(console);
function foo(x) {
var twice = x * 2;
print('Foo:', twice);
}