mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 23:20:18 +02:00
fixed code completion of parameter variables for sets of variables
git-svn-id: trunk@8556 -
This commit is contained in:
parent
7f45ee18da
commit
9347949119
@ -1076,7 +1076,7 @@ begin
|
|||||||
DebugLn(' CompleteLocalVariableAsParameter Procedure does not have so many parameters');
|
DebugLn(' CompleteLocalVariableAsParameter Procedure does not have so many parameters');
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
TypeNode:=ParameterNode.FirstChild;
|
TypeNode:=FindTypeNodeOfDefinition(ParameterNode);
|
||||||
if TypeNode=nil then begin
|
if TypeNode=nil then begin
|
||||||
DebugLn(' CompleteLocalVariableAsParameter Parameter has no type');
|
DebugLn(' CompleteLocalVariableAsParameter Parameter has no type');
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user