add traceur test suite
This commit is contained in:
5
test/fixtures/traceur/Scope/Error_ForInWithInitializerConst.js
vendored
Normal file
5
test/fixtures/traceur/Scope/Error_ForInWithInitializerConst.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
// Options: --block-binding
|
||||
// Error: :4:18: Unexpected token in
|
||||
|
||||
for (const i = 0 in {}) {
|
||||
}
|
||||
Reference in New Issue
Block a user