swift
daf9e2df
- [Concurrency] Print @objc async declarations as Objective-C declarations.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
[Concurrency] Print @objc async declarations as Objective-C declarations. @objc async declarations are mapping into completion-handler-based methods in Objective-C, so ensure that the result type, parameters, and attributes reflect that.
References
#33837 - [Concurrency] Enable support for @objc async methods
Author
DougGregor
Committer
DougGregor
Parents
0f18948b
Loading