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