Am 12.10.2017 13:59 schrieb "Ryan Joseph" <r...@thealchemistguild.com>:
>
>
>
> > On Oct 12, 2017, at 5:35 PM, Michael Van Canneyt <mich...@freepascal.org>
wrote:
> >
> > Normally not :)
> >
> > What Sven wanted to ascertain was why you get this error, which is
totally abnormal.
>
> Ok did some tests and here’s an example of how to reproduce it. It’s the
name “system” which is doing it and if I remove that name the error goes
away.
>
> type
>         TAbstractClass = class
>                 function GetLocation (system: TObject): TPoint; virtual;
abstract;
>         end;

Wow, okay, that's a nasty one O.o Considering that the "AbstractError" is
in the System unit it's safe to assume that the compiler is getting
confused there.
Would you please open a bug report with this as a full example?

But I'm glad that you found the issue...

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to