1 // RUN: %clang_cc1 -fsyntax-only -verify %s
4 @property(readonly) id z;
8 @property (readonly) id x;
11 @interface MutableFoo : Foo
12 @property (copy) id x;
15 @interface Foo (Cat) <P>
16 @property (copy) id z; // expected-warning {{'copy' attribute on property 'z' does not match the property inherited from 'P'}}