@override void visitBlockStmt(Stmt.Block stmt) { beginScope(); resolve(stmt.statements); endScope(); }