AST testing

This commit is contained in:
Michael Schimmel
2025-11-23 00:24:43 +01:00
parent c5167b8550
commit a052dfb20f
23 changed files with 792 additions and 1260 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ begin
// 2. Define the variable in the CURRENT scope
// Store the Node reference so we can add it to FBoxedDeclarations if captured.
FCurrentScope.Define(Node.Identifier.Name, Node);
FCurrentScope.Define(Node.Target.AsIdentifier.Name, Node);
Result := Node;
end;