@override void visitWhileStmt(Stmt.While stmt) { resolveExpr(stmt.condition); resolveStmt(stmt.body); return; }