Tomalla

Results 1 issues of Tomalla

Given the following code: ``` unit Unit1; interface type TMyClass = class private type TMyRec = record end; protected Foo: Integer; end; implementation end. ``` The parser incorrectly interprets the...