You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public typealias SomeCompletion = (String?) -> Void
open class SomeClass : NSObject {
open func loadToken(completionHandler: @escaping SomeCompletion)
open func loadToken() async -> String?
}
Generated documentation contains description of open func loadToken() async -> String? only which is even less intuitive.
The text was updated successfully, but these errors were encountered:
Example:
Generated swift file:
Generated documentation contains description of
open func loadToken() async -> String?
only which is even less intuitive.The text was updated successfully, but these errors were encountered: