<div dir="ltr">You may have to explain that metaphor (or link to an explanation) - what is &#39;trampoline&#39; data?</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 18, 2016 at 11:11 AM, Gwendal Roué <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
&gt; Le 18 avr. 2016 à 12:01, Yogev Sitton &lt;<a href="mailto:yogev.sitton@gmail.com">yogev.sitton@gmail.com</a>&gt; a écrit :<br>
&gt;<br>
&gt; I’m referring you to Ross O’Brien’s post:<br>
&gt; As of Swift 2.2, if a variable has a closure type of e.g. () -&gt; Shape, a closure of type () -&gt; Circle would be considered a match.  If a class implements &#39;func make() -&gt; Shape&#39;, a subclass implementing &#39;func make() -&gt; Circle&#39; has to override. However, if a protocol requires a &#39;func make() -&gt; Shape&#39;, a type implementing &#39;func make() -&gt; Circle&#39; isn&#39;t considered to be conforming. That does seem strange.<br>
&gt;<br>
&gt; Protocols behaves differently than closures and classes and I think they should behave the same.<br>
<br>
</span>All right, I get it.<br>
<br>
Shape, as a return type, is &quot;trampoline&quot; data that wraps any Shape value, when Circle is just a Circle. That&#39;s why the two functions () -&gt; Shape? and () -&gt; Circle? don&#39;t match today.<br>
<br>
But maybe they will eventually, thanks to your request!<br>
<div class="HOEnZb"><div class="h5"><br>
Gwendal<br>
<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</div></div></blockquote></div><br></div>