blob: b53d9c30d6f60be6c929e3987f5d10492a2e7a2e [file] [log] [blame]
@__experimental_modules_import category_left;
@interface Foo(Bottom)
-(void)bottom;
@end
@__experimental_modules_import category_right;
@interface LeftFoo(Bottom)
-(void)bottom;
@end