JSTQL-JS-Transform/output_testing/1223ssa-property-mutate.js

7 lines
91 B
JavaScript
Raw Normal View History

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