babel/packages/babel-preset-es2015/test/fixtures/traceur/Scope/BlockBindingHiddenOuterLet.js

9 lines
129 B
JavaScript

// Options: --block-binding
// See issue #1671. Pass if no exception
let c;
function f(c) {
var p;
for (p of g(() => c));
}