Commits

Jordan Rose committed 0d4b039e115
Support properties in Objective-C protocols. There are two parts to this: - Import protocol properties as properties, instead of as a pair of methods. - Fix IRGen to handle property accesses in @objc protocols. <rdar://problem/12993073> Swift SVN r14438