Using a generic type for a property causes protocol information to be lost

Originator:fjolnir
Number:rdar://22496485 Date Originated:31-Aug-2015 04:13 PM
Status:Open Resolved:
Product:Developer Tools Product Version:
Classification:Serious Bug Reproducible:Always
 
Steps to Reproduce:
Define a property like:

@property NSArray<MyProtocol, Klass*> *property;

Expected Results:
Encoding should be: T@"NSArray<MyProtocol>",&,N,V_property

(Actually, I'd like it if it somehow also included the generic information)

Actual Results:
Encoding is: T@"NSArray",&,N,V_property


Version:
Xcode 7, iOS 9 SDK

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!