<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Nov 2, 2017, at 5:58 PM, Eric Summers &lt;<a href="mailto:eric_summers@icloud.com" class="">eric_summers@icloud.com</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; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">A similar problem exists with property accessors. &nbsp;Although you could call those keywords, they will probably be extensible when behaviors are introduced leading to a similar situation. &nbsp;It can be worked around by making the priority of argument labels higher then function calls within the curly brackets.</span></div></blockquote></div><br class=""><div class="">This is not possible in general, since we want the parser to be able to parse code without having knowledge of declarations and their types (which might come from other modules). Overloaded declarations complicate this further.</div><div class=""><br class=""></div><div class="">I agree that the existing property syntax already has this issue, which is unfortunate, but we should not introduce features that make the problem worse.</div><div class=""><br class=""></div><div class="">Slava</div></body></html>