Parser error on class constructor and class destructor
Free documentation system for Delphi / Pascal with JavaDoc support.
Status: Beta
Brought to you by:
trident
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;</integer>
Anonymous
Test file to reproduce the issue
Fixed in v0.23b6
Class is now allowed for constructor AND destructor