Commits

Joe Groff committed 2c804dabe24
Update failable initializers proposal. Use the ``init() -> T?`` return type syntax we introduced for whole-object initializers, and limit the scope of initializer failure to @objc initializers; we don't need to be able to initiate initializer failure from Swift for 1.0. Swift SVN r15703