<p>Am 18.03.2017 19:55 schrieb "African Wild Dog" <<a href="mailto:paintedlycaon@gmail.com">paintedlycaon@gmail.com</a>>:<br>
><br>
> Hello,<br>
><br>
><br>
> Please confirm this bug.<br>
><br>
> The unit code bellow won't compile (fpc 3.0.2 - debian jessie amd64):<br>
><br>
> "generics_bug.pas(17,48) Fatal: Syntax error, "," expected but "<" found"<br>
><br>
> === CODE  ===<br>
><br>
> unit generics_bug;<br>
><br>
> {$mode delphi}<br>
><br>
> interface<br>
><br>
> type<br>
><br>
>   TPair<TKey, TValue> = record<br>
>     Key: TKey;<br>
>     Value: TValue;    <br>
>   end;<br>
><br>
>   TEnumerator<T> = class<br>
>   end;<br>
><br>
>   TGenericClass<T, K> = class(TEnumerator<TPair<T, K>>)<br>
>   end;                <br>
>   <br>
> implementation<br>
><br>
> end.<br>
><br>
> ===</p>
<p>Nested specializations are currently not supported though they *might* work with 3.1.1.</p>
<p>Regards,<br>
Sven</p>