1 /* For use with the method_pool.m test */
3 /* Whitespace below is significant */
15 @interface TestMethodPool1
17 - (double)instMethod
:(int)foo
;
20 @interface TestMethodPool2
21 - (char)instMethod
:(int)foo
;
24 @implementation TestMethodPool1
27 - (double)instMethod
:(int)foo
{
32 @implementation TestMethodPool2
33 - (char)instMethod
:(int)foo
{