blob: d88efaa7abff619bb3a5eee073cf0e4b3f258d9b [file] [log] [blame]
function foo() {
{
let x=arguments;
return function() { return x; };
}
}
foo()();