<div dir="ltr">On 28 October 2017 at 00:00, Slava Pestov <span dir="ltr">&lt;<a href="mailto:spestov@apple.com" target="_blank">spestov@apple.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">That sounds like a bug, and it could occur with closure expressions also, since at the SILGen level and below they’re basically the same thing. <br>
<span class="gmail-HOEnZb"><font color="#888888"><br></font></span></blockquote><div><br></div><div>indeed:</div><div><br></div><div>let closure = {}</div><div>print(&quot;closure is \(closure)&quot;)      // prints: &quot;closure is (Function)&quot;</div><div><br></div><div>QED<br></div><div><br></div><div>Mike</div><div><br></div></div></div></div>