fix up test styling and add use-strict declarator
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function nestedFunction2() {
|
||||
let let_func = function() {
|
||||
let let_x = 'let x';
|
||||
let let_x = 'let x';
|
||||
}
|
||||
return let_func;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user