<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">Am So., 2. Dez. 2018, 23:29 hat Bart <<a href="mailto:bartjunk64@gmail.com">bartjunk64@gmail.com</a>> geschrieben:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
  { TFoo }<br>
<br>
  generic TFoo<T> = class<br>
    procedure Bar;<br>
  end;<br>
<br>
{ TFoo }<br>
<br>
procedure TFoo.Bar;<br>
  procedure localproc;<br>
  begin end;<br>
begin<br>
end;<br>
<br>
This will not compile (fpc 3.0.4):<br>
gentest.lpr(35,4) Error: Generic methods cannot have nested procedures<br>
<br>
While the message is clear, the reason for this is not (to me at last).<br>
<br>
Does anybody know why?<br></blockquote></div><div dir="auto"><br></div><div dir="auto">Because Delphi does not allow that either. We relaxed that however in 3.1.1 and it should be part of 3.2.0. You can test the corresponding branch of you want. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>