swc/crates/swc_ecma_minifier/tests/pass-1/7/input.js

5 lines
87 B
JavaScript
Raw Normal View History

export function foo(i) {
var a, b;
return (a = i()), (b = a), b.x() + b.y();
}