mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 07:59:28 +02:00
codetools: fixed resolve type alias of expression in brackets.
git-svn-id: trunk@50325 -
This commit is contained in:
parent
794c959cde
commit
1ceb9b1665
@ -8933,7 +8933,7 @@ var
|
|||||||
debugln([' FindExpressionTypeOfTerm ResolveRoundBracketOpen subexpr="',dbgstr(Src,CurAtom.StartPos,CurAtomBracketEndPos-CurAtom.StartPos),'"']);
|
debugln([' FindExpressionTypeOfTerm ResolveRoundBracketOpen subexpr="',dbgstr(Src,CurAtom.StartPos,CurAtomBracketEndPos-CurAtom.StartPos),'"']);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
ExprType:=FindExpressionResultType(Params,CurAtom.StartPos+1,
|
ExprType:=FindExpressionResultType(Params,CurAtom.StartPos+1,
|
||||||
CurAtomBracketEndPos-1);
|
CurAtomBracketEndPos-1, AliasType);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user