I20250622-1800
PR 2107 copies a reference to an AST node (local declaration) which implies that the same node will be visited twice for all phases. Let's play safe and move instead of copy in order to maintain that AST is indeed a tree :)
PR 2107 copies a reference to an AST node (local declaration) which implies that the same node will be visited twice for all phases. Let's play safe and move instead of copy in order to maintain that AST is indeed a tree :)