> /* SNIP */ > >> int var() @property >> { >> return var; >> } > > Isn't the problem in this property function? (Shouldn't it > return _var :o) that's also an error. changing to _var gives same result though..