4
test/fixtures/syntax/let-scoping/nested-function-3/actual.js
vendored
Normal file
4
test/fixtures/syntax/let-scoping/nested-function-3/actual.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
function nestedFunction3() {
|
||||
let let_x = 'let x';
|
||||
function function_foo() { }
|
||||
}
|
||||
Reference in New Issue
Block a user