blob: 1658a7b50d43a617d4b7747138cbb3e9679cd130 [file] [log] [blame]
Fariborz Jahanian8473b222007-11-09 19:52:12 +00001@interface foo
2- (int)meth;
3@end
4
5@implementation foo
6- (int) meth { return [self meth]; }
7@end
8