Files
swift-mirror/test/SourceKit/Inputs/concurrency/header_concurrency.h
Hamish Knight c19359af57 [test] Add additional test case for rdar://76685011
Make sure we don't print the @completionHandlerAsync
attr in the doc info.
2021-05-20 16:35:43 +01:00

6 lines
155 B
Objective-C

@import Foundation;
@interface ClassWithHandlerMethod
-(void)methodWithHandler:(NSString *)operation completionHandler:(void (^)(NSInteger))handler;
@end