mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 03:37:20 +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
|
else
|
||||||
DebugLn('NOT FOUND');
|
DebugLn('NOT FOUND');
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
Result:=true;
|
Result:=Params.NewNode<>nil;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TFindDeclarationTool.IdentifierIsDefined(IdentAtom: TAtomPosition;
|
function TFindDeclarationTool.IdentifierIsDefined(IdentAtom: TAtomPosition;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user