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