swagger-api/swagger-codegen
deferred.fulfill for a Promise<Void> has issue with latest PMK, Swift4 & Xcode 9
开放
#7,005 创建于 2017年11月20日
Client: SwiftIssue: Bughelp wanted
仓库指标
- 星标
- (12,701 个星标)
- PR 合并指标
- (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