add traceur test suite
This commit is contained in:
4
test/fixtures/traceur/Destructuring/Error_ForInWithInitializer.js
vendored
Normal file
4
test/fixtures/traceur/Destructuring/Error_ForInWithInitializer.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// Error: :3:19: Unexpected token in
|
||||
|
||||
for (var {k} = {} in {}) {
|
||||
}
|
||||
Reference in New Issue
Block a user