Menu

#227 Parser error on class constructor and class destructor

v0.23Beta_
open
TridenT
9
2012-07-18
2010-03-16
TridenT
No

class constructor and class destructor are valid delphi syntax, but the
parser throw an exception.

TBox = class
private
class var FList: TList<Integer>;
class constructor Create;
class destructor Destroy;
end;

Discussion

  • TridenT

    TridenT - 2010-03-16

    Test file to reproduce the issue

     
  • TridenT

    TridenT - 2010-03-23

    Fixed in v0.23b6
    Class is now allowed for constructor AND destructor

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.