JSTQL-JS-Transform/output_testing/482overlapping-scopes-interleaved-by-terminal.js

7 lines
No EOL
105 B
JavaScript

function foo(a, b, c) {
const x = [];
const y = [];
if (x) {}
a |> y.push(%);
b |> x.push(%);
}