mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 03:28:04 +02:00
+ write more information ttypeconvnodes
This commit is contained in:
parent
d34d5c5459
commit
39ac8a7923
@ -1048,7 +1048,9 @@ implementation
|
||||
i: ttypeconvnodeflag;
|
||||
begin
|
||||
inherited printnodeinfo(t);
|
||||
write(t,', totypedef = ',totypedef.GetTypeName);
|
||||
write(t,', convtype = ',convtype);
|
||||
write(t,', assignment_side = ',assignment_side);
|
||||
write(t,', convnodeflags = [');
|
||||
first:=true;
|
||||
for i:=low(ttypeconvnodeflag) to high(ttypeconvnodeflag) do
|
||||
|
Loading…
Reference in New Issue
Block a user