AST testing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user