babel/test/fixtures/traceur/Destructuring/Error_ForOfWithInitializer.js
2015-01-04 19:40:09 +11:00

5 lines
67 B
JavaScript

// Error: :3:19: Unexpected token of
for (var {k} = {} of []) {
}