7e28cb1fe3
Related to KT-15476
6 lines
155 B
Kotlin
Vendored
6 lines
155 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun test(list: List<Int>) {
|
|
val forEachIndexed: Unit = list.<caret>filter { it > 1 }.forEachIndexed { index, i -> }
|
|
} |