1 2 3 4 5 6 7 8 9 10 11 12
@__experimental_modules_import category_top; @interface Foo(Right1) -(void)right1; @end @interface Foo(Right2) -(void)right2; @end @interface Foo(Duplicate) @end