[swift-corelibs-dev] non-inherited init

Daniel Eggert danieleggert at me.com
Thu Mar 17 09:35:16 CDT 2016


There're some initializers (namely in NSURLSession) that have a comment:

public /*not inherited*/ init(...

What is this “not inherited” comment trying to convey, and how would one go about implementing this in Swift?

/Daniel



More information about the swift-corelibs-dev mailing list