JSTQL-JS-Transform/output_testing/547ssa-property-mutate-2.js

7 lines
No EOL
91 B
JavaScript

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