<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 Feb 11, 2016, at 22:27 , David Waite 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="">Would it be worthwhile to expand this (or create another proposal) to deal with switch cases only allowing dot syntax for use with enum cases?</span><br class="Apple-interchange-newline"></div></blockquote><br class=""></div><div>I would be against that. I like being able to use static members with shorthand.</div><div><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div>textField.font = .systemFontOfSize(48)</div></blockquote><div><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div>switch point {</div><div>case .zero:</div><div>&nbsp; print("origin")</div><div>case _ where point.x &lt; 0:</div><div>&nbsp; print("negative x")</div><div>default:</div><div>&nbsp; print("uninteresting")</div><div>}</div></blockquote><div><br class=""></div><div>Jordan</div></body></html>