swagger-api/swagger-codegen
在 GitHub 查看deferred.fulfill for a Promise<Void> has issue with latest PMK, Swift4 & Xcode 9
Open
#7,005 建立於 2017年11月20日
Client: SwiftIssue: Bughelp wanted
倉庫指標
- Star
- (12,701 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Problem with your promises implementation....for the latest PromiseKit for a Promise{Void}, you are generating: deferred.fulfill( ) when you should generate deferred.fulfill( () ) Note the extra parens as the void arg