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

8 lines
95 B
JavaScript
Raw Normal View History

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