JSTQL-JS-Transform/output_testing/1086issue852.js

8 lines
92 B
JavaScript
Raw Normal View History

function Component(c) {
let x = {
c
};
x |> mutate(%);
let a = x;
let b = a;
}