es6-transpiler icon indicating copy to clipboard operation
es6-transpiler copied to clipboard

S_MARK$0 is not defined

Open terasaka2k opened this issue 10 years ago • 0 comments

function func1() {
  for (let x of {}) console.log(1);

  function func2(...args){ console.log(...args); }
  function func3() { [ for (x of []) x ]; }
}

func1();

This code results in S_MARK$0 is not defined

terasaka2k avatar Oct 30 '14 13:10 terasaka2k