e Hausler via swift-corelibs-dev
> Sent by: swift-corelibs-dev-boun...@swift.org
> <mailto:swift-corelibs-dev-boun...@swift.org>
> Date: 03/17/2016 08:12PM
> Cc: Swift corelibs dev <mailto:swift-corelibs-dev@swift.org>>
> Subject: Re: [swift-corelibs-dev] non-inhe
Sorry for intruding!I have the same question about /*@NSCopying*/ Pushkar N Kulkarni,
IBM RuntimesSimplicity is prerequisite for reliability - Edsger W. Dijkstra
-swift-corelibs-dev-boun...@swift.org wrote: -To: Daniel Eggert From: Philippe Hausler via swift-corelibs-d
That is a comment emitted by the importer, unfortunately it is impossible for
non objc to mimic that behavior 100% because it is an init method that is
constructed from a class method.
@interface Foo : NSObject
+ (Foo *)fooNamed:(NSString *)name; // this is not an inherited init method in
that
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
___
swift-corelibs-dev ma