108dea5b46
So #KT-15476 Fixed
6 lines
115 B
Kotlin
Vendored
6 lines
115 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun test(list: List<Int>): List<Int> {
|
|
return list.<caret>filter { it > 1 }
|
|
} |