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