void resolve(List<Stmt.Stmt> statements) { for (Stmt.Stmt statement in statements) { resolveStmt(statement); } }