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