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

5 lines
67 B
JavaScript

// Error: :3:19: Unexpected token in
for (var {k} = {} in {}) {
}