mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 00:37:14 +01:00
codetools: fixed result of FindDeclarationOfIdentAtParam
git-svn-id: trunk@14935 -
This commit is contained in:
parent
d7cfba9c6e
commit
e2b3577222
@ -2088,7 +2088,7 @@ begin
|
||||
else
|
||||
DebugLn('NOT FOUND');
|
||||
{$ENDIF}
|
||||
Result:=true;
|
||||
Result:=Params.NewNode<>nil;
|
||||
end;
|
||||
|
||||
function TFindDeclarationTool.IdentifierIsDefined(IdentAtom: TAtomPosition;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user