Avatar
@swift-4.2.4 @swift-5.0.3 func doubleOptionalInt() throws -> Int?? { return 3 } let x = try? doubleOptionalInt() print(x as Any) (edited)