mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:49:15 +02:00
pastojs: fixed pass ClassInstVar to IntfType
This commit is contained in:
parent
0778071be7
commit
9f93b88c1c
@ -26680,6 +26680,7 @@ begin
|
|||||||
Result:=Call;
|
Result:=Call;
|
||||||
Call.AddArg(CreateReferencePathExpr(ArgTypeEl,AContext));
|
Call.AddArg(CreateReferencePathExpr(ArgTypeEl,AContext));
|
||||||
Call:=CreateIntfRef(Call,AContext,El);
|
Call:=CreateIntfRef(Call,AContext,El);
|
||||||
|
Result:=Call;
|
||||||
end;
|
end;
|
||||||
citCorba:
|
citCorba:
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user