[BUG] replace structurally... kotlin filter inside onFailure

已回答

hi,

doing a replace structurally (even the same content) on the following piece of code removes the arrow operator inside filter:

runCatching {  }.onFailure { listOf("foo", "bar").filter {str -> str == "foo"} }
0

请先登录再写评论。