summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/property-9.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-9.m')
-rw-r--r--test/SemaObjC/property-9.m12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/SemaObjC/property-9.m b/test/SemaObjC/property-9.m
index 138f099..d527a9c 100644
--- a/test/SemaObjC/property-9.m
+++ b/test/SemaObjC/property-9.m
@@ -84,3 +84,15 @@ typedef signed char BOOL;
view.inEyeDropperMode = 1;
}
@end
+
+// radar 7427072
+@interface MyStyleIntf
+{
+ int _myStyle;
+}
+
+@property(readonly) int myStyle;
+
+- (float)setMyStyle:(int)style;
+@end
+
OpenPOWER on IntegriCloud