The NoReturn type would have to be a bottom type so that a method returning an X could be overridden with NoReturn. I think that would be compiler magic in Swift rather than an enum you couldn&#39;t instantiate. +1 to changing to a type rather than an annotation, it reads a lot better to me. <span></span><br><br>On Saturday, 27 February 2016, Joe Groff via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
&gt; On Feb 25, 2016, at 11:39 PM, Jean-Daniel Dupas &lt;<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;mailing@xenonium.com&#39;)">mailing@xenonium.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;&gt; Le 25 févr. 2016 à 23:40, Joe Groff via swift-evolution &lt;<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;swift-evolution@swift.org&#39;)">swift-evolution@swift.org</a>&gt; a écrit :<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; On Feb 25, 2016, at 2:40 PM, Radosław Pietruszewski &lt;<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;radexpl@gmail.com&#39;)">radexpl@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Ah, that’s a neat idea! Not sure it’s an improvement though to have a magic type that changes how the compiler treats your method, rather than a rather explicit *attribute* on the method…<br>
&gt;&gt;<br>
&gt;&gt; There&#39;s no magic. If you can&#39;t construct a value of your return type, you can&#39;t return.<br>
&gt;<br>
&gt; Just curious about how you would implement such function if there is no compile magic ?<br>
&gt;<br>
&gt; How do you tell the compiler is it not an error that your function never return while it is declared to return something ?<br>
<br>
The compiler can tell statically that a closed, empty enum type is uninhabited, and thereby figure out that it&#39;s impossible for a function returning an uninhabited type can&#39;t possibly return.<br>
<br>
-Joe<br>
<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;swift-evolution@swift.org&#39;)">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</blockquote><br><br>-- <br>-- Howard.<br>