Re: [swift-users] Redundant superclass constraint

2017-10-25 Thread Slava Pestov via swift-users
Hi Phil, I think the warning is bogus in this case. Do you mind filing a bug? Slava > On Oct 24, 2017, at 11:00 PM, Phil Kirby via swift-users > wrote: > > Original StackOverflow post: > > https://stackoverflow.com/questions/46924554/redundant-superclass-constraint-in-swift-4 > >

[swift-users] Redundant superclass constraint

2017-10-24 Thread Phil Kirby via swift-users
Original StackOverflow post: https://stackoverflow.com/questions/46924554/redundant-superclass-constraint-in-swift-4 I'm getting a Redundant superclass constraint... warning in swift4: (paste in a playground) import CoreData class Item : NSManagedObject {} protocol DataSourceProtocol { asso