Refactoring

This commit is contained in:
Michael Schimmel
2025-11-05 13:48:10 +01:00
parent c0a689d2bc
commit 218bd9f506
4 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ begin
exit(Node);
// The body changed. Create a NEW wrapper node.
Result := TMacroExpansionNode.Create(Node.CallNode, newBody);
Result := TAst.MacroExpansionNode(Node.CallNode, newBody);
end;
function TAstTransformer.VisitBlockExpression(const Node: IBlockExpressionNode): IAstNode;