<div dir="auto"><div><div class="gmail_quote"><div dir="ltr">Am Sa., 1. Dez. 2018, 08:44 hat Simon Jackson <<a href="mailto:jackokring@gmail.com">jackokring@gmail.com</a>> geschrieben:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Consolas,"Courier New",monospace;font-size:14px;line-height:19px;white-space:pre-wrap"><div>    <span style="color:rgb(86,156,214)">GENERIC</span> GHandle<T, R> = <span style="color:rgb(86,156,214)">CLASS</span></div><div>        <span style="color:rgb(86,156,214)">PROTECTED</span></div><div>            it: <span style="color:rgb(86,156,214)">Array</span> [R] <span style="color:rgb(86,156,214)">of</span> T;</div><div>            <span style="color:rgb(86,156,214)">FUNCTION</span> <span style="color:rgb(220,220,170)">readIt</span>(p: R): T; <span style="color:rgb(86,156,214)">VIRTUAL</span>;</div><div>            <span style="color:rgb(86,156,214)">PROCEDURE</span> <span style="color:rgb(220,220,170)">WriteIt</span>(p: R; what: T); <span style="color:rgb(86,156,214)">VIRTUAL</span>;</div><div>        <span style="color:rgb(86,156,214)">PUBLIC</span></div><div>            <span style="color:rgb(86,156,214)">PROPERTY</span> <span style="color:rgb(220,220,170)">gimmeIt</span>[p: R] <span style="color:rgb(86,156,214)">READ</span> ReadIt <span style="color:rgb(86,156,214)">WRITE</span> Writeit; <span style="color:rgb(86,156,214)">DEFAULT</span>; <span style="color:rgb(106,153,85)">(* does this work? x.y -> x.it.y *)</span></div><div>    <span style="color:rgb(86,156,214)">END</span>;</div></div><div><br></div><div>Error: Error in type definition just after R on line 3.</div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Please report as a bug. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>