JSTQL-JS-Transform/output_testing/470store-via-call.js

6 lines
85 B
JavaScript
Raw Normal View History

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