@override void visitSetExpr(Expr.Set expr) { resolveExpr(expr.value); resolveExpr(expr.object); return; }