c3aeaa9052
^KT-40283 Fixed
5 lines
125 B
Kotlin
Vendored
5 lines
125 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun test(){
|
|
mutableListOf(1,2,3).also<caret> { list -> list.forEach { list.add(it) } }
|
|
} |