Pipe testing

This commit is contained in:
Michael Schimmel
2026-01-02 13:13:51 +01:00
parent d5d71afdaa
commit b7d0222ec2
2 changed files with 1 additions and 5 deletions
File diff suppressed because one or more lines are too long
-4
View File
@@ -292,8 +292,6 @@ implementation
uses
System.Generics.Defaults;
// ... (Keep existing implementation for other methods) ...
{ TAst }
class constructor TAst.Create;
@@ -329,8 +327,6 @@ begin
end;
end;
// ... (Keep existing Node Factory Methods) ...
class function TAst.Identifier(const AName: string; const Loc: ISourceLocation): IIdentifierNode;
begin
var id := TIdentities.Identifier(AName, Loc);