4901cdb11f
#KT-40448 Fixed
5 lines
108 B
Kotlin
Vendored
5 lines
108 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test(list: List<Int>) {
|
|
list.<caret>filter { it > 1 }.maxWithOrNull { _, _ -> 0 }
|
|
} |