<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 17, 2016, at 8:50 PM, Brent Royal-Gordon via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><div class=""><div class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>@autounwrapped let foo = functionReturningOptional()<br class=""><br class="">I *believe* that, without the `@autounwrapped` attribute, there's no way to go from T? to T! without actually restating T somewhere.<br class=""></div></div></blockquote></div><div><br class=""></div>I think you could express this as:<div class=""><span style="font-family: Menlo;" class=""><br class=""></span></div><div class=""><span class="Apple-tab-span" style="white-space: pre;">        </span><font face="Menlo" class="">let foo = functionReturningOptional()!</font></div></body></html>