simon.vergauwen
03/06/2023, 6:09 PMcallsInPlace(lambda, EXACTLY_ONCE)
? Looking at the Kotlin Std, it's to me also not clear when it should be used. I would've though that runCatching
for example can/should use EXACTLY_ONCE
but that results in a false-negative of the "Unreachable code" inspection.EXACTLY_ONCE
is used.