blob: 812a840782497b7a54cd2abd55dbc02f8d210a77 [file] [log] [blame]
@__experimental_modules_import category_top;
@interface Foo(Right1)
-(void)right1;
@end
@interface Foo(Right2)
-(void)right2;
@end
@interface Foo(Duplicate)
@end