blob: 3c83624c761654e579715a0a11f2f0d492192f01 [file] [log] [blame]
Douglas Gregor1b257af2012-12-11 22:11:52 +00001@import category_top;
Douglas Gregorf8b42d12011-11-16 15:22:03 +00002
3@interface Foo(Right1)
4-(void)right1;
5@end
6
7@interface Foo(Right2)
8-(void)right2;
9@end
10
Jordan Rose7c304f52012-08-10 01:06:16 +000011@interface Foo(Duplicate)
Douglas Gregorf8b42d12011-11-16 15:22:03 +000012@end