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

Answered

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

Please sign in to leave a comment.