mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
* fix for #24947, writing index expression of property. Patch by Daniel Gaspary.
git-svn-id: trunk@25640 -
This commit is contained in:
parent
bca1e53840
commit
6ace630c6f
@ -404,6 +404,8 @@ begin
|
||||
wrt(': ');
|
||||
WriteType(AProp.VarType);
|
||||
end;
|
||||
if AProp.IndexValue <> '' then
|
||||
wrt(' index ' + AProp.IndexValue);
|
||||
if AProp.ReadAccessorName <> '' then
|
||||
wrt(' read ' + AProp.ReadAccessorName);
|
||||
if AProp.WriteAccessorName <> '' then
|
||||
|
Loading…
Reference in New Issue
Block a user