blob: d92a873e1fb81cd4fae6309371f8ad9a31559862 [file] [log] [blame]
Douglas Gregord3297242013-01-16 23:00:23 +00001@interface Foo(LeftSub) <P1>
2- (void)left_sub;
3@end
Douglas Gregor0f9b9f32013-01-17 00:38:46 +00004
5@protocol P3
6- (void)p3_method;
7@property (retain) id p3_prop;
8@end
9
10@interface Foo(LeftP3) <P3>
11@end