Commits

Chris Lattner committed 38c7decf660
fix <rdar://problem/15933538> let decl rejected in @objc class When a let decl is in an @objc class, it is converted to StoredObjC storage. However, since it is not mutable, it should only have a getter synthesized for it, not a setter. Swift SVN r13096