blob: 1658a7b50d43a617d4b7747138cbb3e9679cd130 [file] [log] [blame]
@interface foo
- (int)meth;
@end
@implementation foo
- (int) meth { return [self meth]; }
@end