<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 16, 2016, at 19:02 , Ilya Belenkiy via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: 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; float: none; display: inline !important;" class="">The access level discussed in the proposal already hides the members from nested types.</span></div></blockquote></div><br class=""><div class="">Really? In the following code, the nested type and the local method are definitely in the same lexical scope by my understanding of "lexical scope":</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">struct Foo {</div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">local static func foo() {}</div></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">struct Nested {</div></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>init() {</div></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">                </span>Foo.foo()</div></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>}</div></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">}</div></blockquote><div class="">}</div></blockquote><div class=""><br class=""></div><div class="">I guess this is something else that would need to be clarified if/when the proposal returns to review.</div><br class=""><div class="">Jordan</div></body></html>