Searched defs:NewProperty (Results 1 – 2 of 2) sorted by relevance
11 @property (readwrite) char NewProperty; // expected-note 2 {{property declared here}} property17 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}} property22 @property (readwrite) char NewProperty; // expected-error {{property has a previous declaration}} property
39 enum Type { Uncachable, ExistingProperty, NewProperty }; enumerator