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

5 lines
72 B
JavaScript

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