<div dir="ltr">File a bug on <a href="http://bugs.swift.org">bugs.swift.org</a> is enough?<br><br><div class="gmail_quote"><div dir="ltr">Em sex, 8 de jan de 2016 às 17:08, Chris Lattner &lt;<a href="mailto:clattner@apple.com">clattner@apple.com</a>&gt; escreveu:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
&gt; On Jan 8, 2016, at 9:08 AM, Jens Alfke via swift-users &lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;&gt; On Jan 8, 2016, at 4:24 AM, Wallacy via swift-users &lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; class iClass{<br>
&gt;&gt;    let myProperty:(String)-&gt;() = { value in<br>
&gt;&gt;        print(&quot;1: \(value)&quot;);<br>
&gt;&gt;    }<br>
&gt;&gt;    func myProperty(value: String)-&gt;() {<br>
&gt;&gt;        print(&quot;2: \(value)&quot;);<br>
&gt;&gt;    }<br>
&gt;&gt; }<br>
&gt;<br>
&gt; I’m surprised Swift even allows you to declare a property and a method with the same name.<br>
<br>
Agreed, this seems like a bug in the redeclaration checking logic.<br>
<br>
-Chris<br>
<br>
</blockquote></div></div>