mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-27 13:00:11 +02:00
pastojs: filer: fixed writing class destructor
This commit is contained in:
parent
40ffd215fa
commit
c30c3d7fba
@ -3803,7 +3803,7 @@ begin
|
||||
else if C=TPasDestructor then
|
||||
Obj.Add('Type','Destructor')
|
||||
else if C=TPasClassDestructor then
|
||||
Obj.Add('Type','Class Destructor')
|
||||
Obj.Add('Type','ClassDestructor')
|
||||
else if C=TPasAnonymousProcedure then
|
||||
Obj.Add('Type','AnonymousProcedure')
|
||||
else if C=TPasAnonymousFunction then
|
||||
|
Loading…
Reference in New Issue
Block a user