Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Created June 20, 2017 15:45
Show Gist options
  • Save gskachkov/b7f153dd42dff6f6353a87382b23f162 to your computer and use it in GitHub Desktop.
Save gskachkov/b7f153dd42dff6f6353a87382b23f162 to your computer and use it in GitHub Desktop.
function fakeGen() {
return {
[Symbol.iterator]: {}
}
}
let [...x] = fakeGen();
// We need error that [Symbol.iterator] is not callable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment