Commits
Doug Gregor committed 7c4b119829a
Example Objective-C init methods from 'required' witness requirement. Objective-C does not have a way to mark an init method as "required", and required initializers cannot be added outside of a main class definition. Therefore, allow Objective-C-defined initializers to be used as witnesses when conforming to a protocol with an initializer requirement. Swift SVN r21781