Avatar
The following code behaves incorrectly due to the presence of this overload. let a: Int = 1 let b: Int? = 2 let c: Int? = nil let result: [Any] = [a, b, c].flatMap { $0 } Fixes: rdar://problem/3191...
2:00 AM
やっぱり外した話がよくわからんのだけど、左辺が [Any] なのが関係あるんかな