mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 18:49:19 +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),'"']);
|
||||
{$ENDIF}
|
||||
ExprType:=FindExpressionResultType(Params,CurAtom.StartPos+1,
|
||||
CurAtomBracketEndPos-1);
|
||||
CurAtomBracketEndPos-1, AliasType);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user