c3aeaa9052
^KT-40283 Fixed
6 lines
116 B
Kotlin
Vendored
6 lines
116 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test(){
|
|
1.apply {
|
|
listOf(1, 2, 3).apply<caret> { forEach { this.plus(it) } }
|
|
}
|
|
} |