<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">Am Fr., 15. Feb. 2019, 20:58 hat Ryan Joseph <<a href="mailto:ryan@thealchemistguild.com">ryan@thealchemistguild.com</a>> geschrieben:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Feb 15, 2019, at 2:11 PM, Ryan Joseph <<a href="mailto:ryan@thealchemistguild.com" target="_blank" rel="noreferrer">ryan@thealchemistguild.com</a>> wrote:<br>
> <br>
> Also I just noticed that I’m getting warnings from the “U” constant which is declared in the “strict private” section (Private const "TTest$1.U" never used). That needs to be fixed also. Sven or some other compiler guy, do you know how to silence that warning?<br>
<br>
Upon further testing this warning is in all generics. Was this warning intentional? Should it stand for constants also?<br></blockquote></div><div dir="auto"><br></div><div dir="auto">Yes and yes :) </div><div dir="auto">The type parameters must not be visible in subclasses except the generic deems it so by using a type (or now constant) alias. This is Delphi compatible. </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>