codetools: fixed resolve type alias of expression in brackets.

git-svn-id: trunk@50325 -
This commit is contained in:
ondrej 2015-11-13 10:42:24 +00:00
parent 794c959cde
commit 1ceb9b1665

View File

@ -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;