nitc :: FlowVisitor :: visit_expr
fun visit_expr(node: AExpr): FlowContext do self.enter_visit(node) return node.after_flow_context.as(not null) end