blob: ababb020097638582a9b337f12ca3d5b13982da3 [file] [log] [blame]
@interface A
+ (int)method1;
- (int)method2:(int)param;
@end
@interface B : A
@end
@interface C
@end