<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">+1 for Self and the proposal.<div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font color="#929292" class=""><br class="Apple-interchange-newline">Pozdrawiam – Regards,</font></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font color="#929292" class="">Adrian Kashivskyy</font></div>
</div>
<br class=""><div style=""><blockquote type="cite" class=""><div class="">Wiadomość napisana przez Bernd Ohr (jazzbox) via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; w dniu 06.04.2016, o godz. 09:11:</div><br class="Apple-interchange-newline"><div class=""><div class="">I am using a typealias for this:<br class=""><br class="">struct MyStruct {<br class=""> &nbsp;&nbsp;&nbsp;private typealias _Self = MyStruct<br class=""><br class=""> &nbsp;&nbsp;&nbsp;static func staticMethod() { print("staticMethod") }<br class=""><br class=""> &nbsp;&nbsp;&nbsp;func instanceMethod() {<br class=""> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_Self.staticMethod()<br class=""> &nbsp;&nbsp;&nbsp;}<br class="">}<br class=""><br class=""><br class=""><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">On Apr 5, 2016, at 4:17 PM, Timothy Wood&lt;<a href="mailto:tjw@me.com" class="">tjw@me.com</a>(<a href="mailto:tjw@me.com" class="">mailto:tjw@me.com</a>)&gt;wrote:<br class=""><br class=""><blockquote type="cite" class="">On Apr 5, 2016, at 3:04 PM, Joe Groff via swift-evolution&lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>(<a href="mailto:swift-evolution@swift.org" class="">mailto:swift-evolution@swift.org</a>)&gt;wrote:<br class="">What you're describing should be spelled `Self`, IMO. I think Tim intended `#Self` to mean the *static* type the code is declared inside (which is the same as Self unless you're in a class).<br class=""></blockquote><br class="">Yes, that is what I was aiming for. `#Self` would be a pretty much textual replacement just like #file, etc. That is, I could imaging it being used in a bunch of cases (not useful here, but just intending to enumerate the possible uses I see):<br class=""></blockquote>Please check to ensure that the changes I just made match your expectations:<br class=""><br class=""><a href="https://gist.github.com/erica/c60c7d51809889f3dfd47cdb482d6227" class="">https://gist.github.com/erica/c60c7d51809889f3dfd47cdb482d6227</a><br class=""><br class="">-- E<br class=""><br class=""></blockquote><br class="">_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></div></div></blockquote></div><br class=""></div></body></html>