issue852.js7 lines
mainRaw
function Component(c) {
  let x = {c};
  mutate(x);
  let a = x;
  let b = a;
}
Loading syntax highlighting…