<br><br><div class="gmail_quote">On Wed, Apr 27, 2011 at 12:00 PM, Steve Schveighoffer <span dir="ltr"><<a href="mailto:schveiguy@yahoo.com">schveiguy@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I don't want to keep arguing this, but I feel compelled to keep re-iterating:<br>
<br>
The delegate return problem is nice to solve but is *NOT* the main thing that @property solves.  One can already call the delegate using a double set of parentheses, and it's not common to have a property that returns a delegate.<br>

<br>
The main problem solved is that one cannot simply use property syntax where it was not intended.  This is the piece that is not yet implemented.<br></blockquote></div><br>Again, I just can't justify breaking existing designs for something that's such a non-issue in practice, except in a few straw-man cases where the function in question is poorly named.<br>