Commits

Chris Lattner committed 11fda96b850
When we detect a property/subscript that has a setter without a getter, create a dummy getter to avoid breaking downstream invariants. This fixes three crashers, including one added by @practicalswift yesterday.