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

7 lines
91 B
JavaScript
Raw Normal View History

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