Commits
Chris Lattner committed f392549455e
Implement: <rdar://problem/15920616> Implement willSet/didSet that wrap a superclass property instead of storage This provides support for observing properties to @override base properties, observing what happens to them. Note that it still isn't possible to override a stored property at all, so this only works when overriding a computed property. Swift SVN r15280