Skip to content
Snippets Groups Projects
Commit 454ab974 authored by Fariborz Jahanian's avatar Fariborz Jahanian
Browse files

Remove referece type onproperty of abstract

class type. // rdar://14261999


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185734 91177308-0d34-0410-b5e6-96231b3b80d8
parent eb9c55fd
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class CppConcreteSub : public CppAbstractBase {
CppConcreteSub _concrete; // expected-error{{instance variable type 'CppConcreteSub' is an abstract class}}
}
- (CppAbstractBase*)abstract;
@property (nonatomic, readonly) const CppConcreteSub& Prop; // expected-note {{property declared here}}
@property (nonatomic, readonly) const CppConcreteSub Prop; // expected-note {{property declared here}}
@end
@implementation Objc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment