Lines Matching full:firstobject
48 @property(readonly) ObjectType firstObject;
241 str = [b firstObject]; // expected-warning {{Object has a dynamic type 'NSNumber *' which is incompatible with static type 'NSString *'}}
242 num = [b firstObject];
243 str = b.firstObject; // expected-warning {{Object has a dynamic type 'NSNumber *' which is incompatible with static type 'NSString *'}}
244 num = b.firstObject;
309 id a = [erased firstObject];
315 NSArray* a = [erased firstObject];
321 NSSet* a = [erased firstObject]; // expected-warning {{Object has a dynamic type 'NSArray<NSString *> *' which is incompatible with static type 'NSSet *'}}
327 id a = [erased firstObject];