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