On Aug 3, 2009, at 1:13 AM, Christopher J Kemsley
wrote:
So, in all reality, the +method could be boiled down to:
[self.new autorelease] ;
This is improper use of the dot syntax. new is not a property, so it
should not be accessed using the dot syntax.
--Kyle Sluder
___
Oh yeah - I thought I did that once and it didn't work... Though, now
that I think about it, I think I did it the other way in the past
(used self in a +method to refer to a newly created object)
So, in all reality, the +method could be boiled down to:
[self.new autorelease] ;
since
self.