[CodeGen][ObjC] Push the properties of a protocol before pushing the
properties of the protocol it inherits This fixes a bug where the type string for a @dynamic property of an @implementation didn't have 'D' in it when the protocol it conforms to redeclares the property declared in the base protocol. rdar://problem/45503561
Loading
Please sign in to comment