JSTQL-JS-Transform/output_testing/546ssa-property-call.js

8 lines
No EOL
95 B
JavaScript

function foo() {
const x = [];
const y = {
x: x
};
[] |> y.x.push(%);
return y;
}