On Sat, 7 Apr 2018 08:52:43 +0200
Mattias Gaertner <nc-gaert...@netcologne.de> wrote:

> On Fri, 6 Apr 2018 21:38:59 +0300
> Роман via fpc-pascal <fpc-pascal@lists.freepascal.org> wrote:
> 
> > How can this code
> > {$scopedenums on}
> > type
> >     Bar = set of (A, B, C);
> > refer to A, B, C?  
> 
> Bar.A

I correct myself:
Bar.A is wrong.
A is right.

It's a bug in FPC.

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

Reply via email to