mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 07:08:35 +02:00
Jedi code format: fix calls to inherited in array index.
This commit is contained in:
parent
b37e92de41
commit
543afd6573
@ -2881,7 +2881,7 @@ begin
|
||||
begin
|
||||
Recognise(ttInherited);
|
||||
|
||||
if not (fcTokenList.FirstSolidTokenType in Operators + BlockExitWords + [ttSemicolon, ttCloseBracket, ttComma]) then
|
||||
if not (fcTokenList.FirstSolidTokenType in Operators + BlockExitWords + [ttSemicolon, ttCloseBracket, ttCloseSquareBracket, ttComma]) then
|
||||
begin
|
||||
RecogniseDesignator;
|
||||
if fcTokenList.FirstSolidTokenType = ttOpenBracket then
|
||||
|
Loading…
Reference in New Issue
Block a user