Fix in DataFeed

This commit is contained in:
Michael Schimmel
2025-12-10 12:19:49 +01:00
parent 235de7a7c5
commit a3f6f4af26
4 changed files with 53 additions and 68 deletions
+1 -1
View File
@@ -775,7 +775,7 @@ begin
if allScalar then
begin
def := TScalarRecordRegistry.Intern(scalarDefFields);
def := TScalarRecord.TRegistry.Intern(scalarDefFields);
staticType := TTypes.CreateRecord(def);
Result := TAst.RecordLiteral(Node.Identity, fieldList, def, nil, staticType);
end