pastojs: fixed pass ClassInstVar to IntfType

This commit is contained in:
mattias 2023-08-16 18:33:09 +02:00
parent 0778071be7
commit 9f93b88c1c

View File

@ -26680,6 +26680,7 @@ begin
Result:=Call;
Call.AddArg(CreateReferencePathExpr(ArgTypeEl,AContext));
Call:=CreateIntfRef(Call,AContext,El);
Result:=Call;
end;
citCorba:
begin