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

7 lines
105 B
JavaScript
Raw Normal View History

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