<div dir="ltr"><div>Some new syntax has to be introduced to avoid the warning. Something like:</div><div><br></div><div>type</div><div>  TMyRec = record</div><div>    record procedure Print;</div><div>  end;</div><div class="gmail_extra">
<div class="gmail_quote"><div> </div><div>record procedure TMyRec.Print;</div><div>begin</div><div>  writeln('foo');</div><div>end;</div><div><br></div><div>thanks,</div><div>Dmitry</div><div><br></div><div>P.S. this message is not as straight forward as it might seem. </div>
</div></div></div>