Tíarnán McGrath

Results 1 issues of Tíarnán McGrath

## Problem The following code compiles and causes a crash ```swift let somePromise = Promise { return Optional.none } somePromise.then { (v: String) in // causes crash print(v) } ```...