google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.8k stars 295 forks source link

Update return type to work around kotlin compiler error. #216

Closed chuckhays closed 1 year ago

chuckhays commented 1 year ago

See https://youtrack.jetbrains.com/issue/KT-59597/KN-Usage-of-instancetype-in-block-return-type-crashes for context.

When a method has a return type which is a block that returns instancetype, the compiler fails.

ykjchen commented 1 year ago

LGTM