This commit is contained in:
Michaël Van Canneyt 2022-04-04 14:46:05 +02:00
parent 4e28962115
commit 92b51febc6

View File

@ -997,8 +997,9 @@ begin
begin
Result := nil;
AppendText(CreateWarning(Parent), '<NIL>');
end;
if Element.InheritsFrom(TPasUnresolvedTypeRef) then
exit;
end
else if Element.InheritsFrom(TPasUnresolvedTypeRef) then
begin
s := ResolveLinkID(Element.Name);
if Length(s) = 0 then