* write a name for the none property access entry (looks nicer than a "(Nil)" at the start of the line)

git-svn-id: trunk@42354 -
This commit is contained in:
svenbarth 2019-07-12 16:25:36 +00:00
parent 54c4fb2a00
commit 2a7b750d70

View File

@ -3622,6 +3622,7 @@ begin
write ([space,' Index Type : ']);
readderef('');
{ palt_none }
write ([space,' Noneaccess : ']);
readpropaccesslist('');
write ([space,' Readaccess : ']);
readpropaccesslist(space+' Sym: ',TPpuPropDef(def).Getter);