mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 23:00:15 +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
|
||||
// only search in special context
|
||||
Params.Flags:=Params.Flags+[fdfIgnoreUsedUnits];
|
||||
if Context.Node.Desc=ctnImplementation then
|
||||
Params.Flags:=Params.Flags+[fdfSearchInParentNodes];
|
||||
end;
|
||||
|
||||
// check identifier for overloaded procs
|
||||
|
Loading…
Reference in New Issue
Block a user