Commits

Jordan Rose committed 31cdecb6246
For now, don't import properties in protocols at all. We can't IRGen the getter and setter thunks, and we don't want to import the getter and setter methods individually because that's not source-compatible with properties in Swift. Support for importing protocol properties properly is tracked in <rdar://problem/12993073>. Swift SVN r3735