blob: 134debf6f850636c2f431ce4bec74bfaef5700a9 [file] [log] [blame]
// RUN: clang -rewrite-test %s
@interface Intf
@end
@implementation Intf(Category)
- (void) CatMeth {}
@end
@implementation Another
- (void) CatMeth {}
@end