mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-28 20:30:12 +02:00
pas2js: fixed type helper nested procedure Self
This commit is contained in:
parent
6f33a413a8
commit
5e22bdf07d
@ -23493,7 +23493,7 @@ begin
|
|||||||
'begin',
|
'begin',
|
||||||
' DoIt(i.toStr);',
|
' DoIt(i.toStr);',
|
||||||
' DoIt(i.toStr());',
|
' DoIt(i.toStr());',
|
||||||
' (i*i).toStr;',
|
//' (i*i).toStr;',
|
||||||
' DoIt((i*i).toStr);',
|
' DoIt((i*i).toStr);',
|
||||||
'']);
|
'']);
|
||||||
ConvertProgram;
|
ConvertProgram;
|
||||||
|
Loading…
Reference in New Issue
Block a user