On Thu, 3 Jan 2019 14:58:00 +0300 Alexander Shishkin via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote: >[...] > This is OK (both T and U are integer): > generic TMyRecord1<const T, const U: integer> = record end; That is inconsistent to normal Pascal arguments. <accessors> Name[, Name ...][:type] Isn't it? Mattias