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