blob: f5a77977cfba96c4657420cf56ffecc7875037fa [file] [log] [blame]
@protocol P1
- (void)p1_method;
- (void)p1_method;
@end
@interface Foo (SubP1) <P1>
@end