<div dir="ltr">Suppose it were allowed. What should this do?<div><br></div><div>    let something = randomArray</div><div class="gmail_extra">
<br><div class="gmail_quote">On Mon, Jan 30, 2017 at 11:37 AM, Michael Gubik via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Example that does not compile:<br>
<br>
            let randomArray = randomArray(withCapacity: 4096)<br>
<br>
Compiler error: “Variable used within its own initial value”<br>
The variable name unfortunately clashes with the function name.<br>
<br>
This problem forces the developer to think about an alternative name.<br>
IMHO that’s suboptimal since many times the most canonical naming would be one where these two go by the same name.<br>
<br>
It’s not a big problem in practice but I wonder if there are plans to change this?<br>
<br>
<br>
Thanks,<br>
Michael Gubik<br>
<br>
______________________________<wbr>_________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailma<wbr>n/listinfo/swift-evolution</a><br>
</blockquote></div><br></div></div>