add traceur test suite
This commit is contained in:
9
test/fixtures/traceur/Scope/NestedFunction1.js
vendored
Normal file
9
test/fixtures/traceur/Scope/NestedFunction1.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// Options: --block-binding
|
||||
|
||||
function nestedFunction1() {
|
||||
return function() {
|
||||
let let_x = 'let x';
|
||||
}
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user