{ let x := 2 function g() { pop(x) } } // ---- // DeclarationError 8198: (36-37='x'): Identifier "x" not found.