On Mon, Dec 1, 2014 at 4:49 PM, Sven Barth <pascaldra...@googlemail.com>
wrote:

> Am 01.12.2014 18:59 schrieb "silvioprog" <silviop...@gmail.com>:
> >
> > Hello,
> >
> > From the Embarcadero wiki:
> >
> > "A helper type may not declare instance data, but class fields are
> allowed." (
> http://docwiki.embarcadero.com/RADStudio/XE7/en/Class_and_Record_Helpers_(Delphi)
>  ).
> >
> > In Delphi it compiles fine:
> >
> >   TFoo = class
> >   end;
> >
> >   TBar = class helper for TFoo
> >   private class var
> >     FFoo: TFoo;
> >   end;
> >
> > In FPC:
> >
> > project1.lpr(11,5) Error: An interface, helper or Objective-C protocol
> or category cannot contain fields
> >
> > Bug?
>
> Yes, bug. Please report.
>
> Regards,
> Sven
>
Done: http://bugs.freepascal.org/view.php?id=27120.

Thx!

--
Silvio Clécio
My public projects - github.com/silvioprog
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to