diff options
Diffstat (limited to 'tests/headers/objc_method.h')
-rw-r--r-- | tests/headers/objc_method.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/headers/objc_method.h b/tests/headers/objc_method.h index 7a22e8e4..c4d375ba 100644 --- a/tests/headers/objc_method.h +++ b/tests/headers/objc_method.h @@ -8,4 +8,8 @@ - (int)methodReturningInt; - (Foo*)methodReturningFoo; - (void)methodWithArg1:(int)intvalue andArg2:(char*)ptr andArg3:(float)floatvalue; +- (instancetype)methodWithAndWithoutKeywords:(int)arg1 + arg2Name:(float)arg2 + :(float)arg3 + arg4Name:(int)arg4; @end |