blob: 3c83624c761654e579715a0a11f2f0d492192f01 [file] [log] [blame]
@import category_top;
@interface Foo(Right1)
-(void)right1;
@end
@interface Foo(Right2)
-(void)right2;
@end
@interface Foo(Duplicate)
@end