I&#39;ve thought about how to deal with override in a way that is consistent with the language.  Maybe something like this?<br><br>// publicly visible but can&#39;t be subclassed.<br>public private(subclass)<br><br>// publicly visible and may be subclasses within the module.  The default<br>public internal(subclass)<br><br>// publicly visible and may be subclasses by all.<br>public public(subclass)<br><br>We also can not forget how it apples to methods<br><br>public private(override)<br>public internal(override)<br>public public(override)<br><br><div class="gmail_quote"><div dir="ltr">On Mon, Feb 20, 2017 at 2:12 PM Joanna Carter via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br class="gmail_msg">
&gt; Le 20 févr. 2017 à 19:18, Dimitri Racordon &lt;<a href="mailto:Dimitri.Racordon@unige.ch" class="gmail_msg" target="_blank">Dimitri.Racordon@unige.ch</a>&gt; a écrit :<br class="gmail_msg">
&gt;<br class="gmail_msg">
&gt; Sorry I pressed the wrong button, and the mail was sent right away.<br class="gmail_msg">
&gt; I was about to add that I could give it a try, or offer my help.<br class="gmail_msg">
<br class="gmail_msg">
Since I still haven&#39;t worked out how to submit a proposal, if you know how to, maybe you should take the lead.<br class="gmail_msg">
<br class="gmail_msg">
If you want to contact me offline during the preparation, please feel free<br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
Joanna Carter<br class="gmail_msg">
Carter Consulting<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
swift-evolution mailing list<br class="gmail_msg">
<a href="mailto:swift-evolution@swift.org" class="gmail_msg" target="_blank">swift-evolution@swift.org</a><br class="gmail_msg">
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" class="gmail_msg" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class="gmail_msg">
</blockquote></div>