Searched refs:aProp (Results 1 – 4 of 4) sorted by relevance
61 @property A *aProp;
38 ptr = a.aProp; // expected-error{{assigning to 'float *' from incompatible type 'A * _Nonnull'}}
2613 aProp = property(lambda self: "foo") variable in ClassPropertiesAndMethods.test_supers.Base2618 return super(Sub,klass).aProp2620 self.assertEqual(Sub.test(), Base.aProp)
2601 aProp = property(lambda self: "foo") variable in ClassPropertiesAndMethods.test_supers.Base2606 return super(Sub,klass).aProp2608 self.assertEqual(Sub.test(), Base.aProp)