Commits

Chris Lattner committed c3165569742
Fix <rdar://problem/16659058> Read-write properties can be made read-only in a property override If you want to override just a getter (or setter) then you need to implement both, and have the other one chain to super. Swift SVN r16541