mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 08:41:30 +02:00
codetools: fixed searching selfunit.interfaceidentifier
git-svn-id: trunk@42379 -
This commit is contained in:
parent
d03c357079
commit
c4602e0c20
@ -7216,6 +7216,8 @@ var
|
|||||||
end else begin
|
end else begin
|
||||||
// only search in special context
|
// only search in special context
|
||||||
Params.Flags:=Params.Flags+[fdfIgnoreUsedUnits];
|
Params.Flags:=Params.Flags+[fdfIgnoreUsedUnits];
|
||||||
|
if Context.Node.Desc=ctnImplementation then
|
||||||
|
Params.Flags:=Params.Flags+[fdfSearchInParentNodes];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// check identifier for overloaded procs
|
// check identifier for overloaded procs
|
||||||
|
Loading…
Reference in New Issue
Block a user