c3aeaa9052
^KT-40283 Fixed
4 lines
106 B
Kotlin
Vendored
4 lines
106 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(){
|
|
listOf(1,2,3).also<caret> { s -> s.forEach{ it + 4 } }.forEach{ it + 5 }
|
|
} |