c3aeaa9052
^KT-40283 Fixed
4 lines
83 B
Plaintext
Vendored
4 lines
83 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test(){
|
|
listOf(1,2,3).onEach { it + 4 }.forEach{ it + 5 }
|
|
} |