On Feb 5, 2026 at 9:54:04 PM, Martin Frb via fpc-pascal <
[email protected]> wrote:

> type
>   TMyRec = record
>     class var
>        z: UInt32;
>     var  // new section, normal fields // tested 3.3.1
>       x, y: UInt32;
>   end;
>

oh it was a parsing issue, good find, thanks. For some reason I thought
"class" could only contain one list of names.
_______________________________________________
fpc-pascal maillist  -  [email protected]
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to