<div dir="ltr"><div>Sorry, I meant of course:</div><div><div><br></div><div><span class="gmail-m_1191387558515884037gmail-im">"PROPERTY y As Something TO $Something"  and as override <span class="gmail-m_1191387558515884037gmail-im">"PROPERTY y As <span class="gmail-m_1191387558515884037gmail-im"><span class="gmail-m_1191387558515884037gmail-im">SomethingElse</span></span> TO $SomethingElse" <br></span></span></div><div><span class="gmail-m_1191387558515884037gmail-im"><span class="gmail-m_1191387558515884037gmail-im">or so...<br></span></span></div><div><span class="gmail-m_1191387558515884037gmail-im"><span class="gmail-m_1191387558515884037gmail-im"><br></span></span></div><div><span class="gmail-m_1191387558515884037gmail-im"><span class="gmail-m_1191387558515884037gmail-im"><br></span></span></div><div><span class="gmail-m_1191387558515884037gmail-im"><span class="gmail-m_1191387558515884037gmail-im">Jussi<br></span></span></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 9, 2018 at 2:55 AM Jussi Lahtinen <<a href="mailto:jussi.lahtinen@gmail.com">jussi.lahtinen@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
A symbol can only be overriden with a symbol of the same kind in a child <br>
class.<br></blockquote><div><br></div><div>What I did used to work. That is fact. Thus the whole bug report relating to JIT (where it did not work).<br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

And if you use a symbol Y as a public variable in a class, then I don't <br>
see any reason why overriding it by another public variable would be useful.<br></blockquote><div><br></div><div>To avoid writing eight lines instead of one line. Is that not useful? If not, why?<br></div><div></div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I don't see any relation with having a syntax to quickly declare a <br>
property and the private variable it is associated with.<br></blockquote><div><br></div><div>Because they are <b>functionally</b> equivalent to how things were before forbidding overriding public variables.</div><div><br></div><div>"Public y As Something" and as override "Public y As SomethingElse".</div><div><br></div><div>--></div><div><br></div><div><span class="m_1191387558515884037gmail-im">"PROPERTY y As String TO Something"  and as override <span class="m_1191387558515884037gmail-im">"PROPERTY y As String TO SomethingElse"</span></span></div><div><span class="m_1191387558515884037gmail-im"><span class="m_1191387558515884037gmail-im"><br></span></span></div><div><span class="m_1191387558515884037gmail-im"><span class="m_1191387558515884037gmail-im">Thus no need to write eight lines!</span></span></div><div><span class="m_1191387558515884037gmail-im"><span class="m_1191387558515884037gmail-im"><br></span></span></div><div><br></div><div>Jussi<br></div><br></div></div>
</blockquote></div>