8fc5fefc7f
#KT-27104 Fixed
6 lines
125 B
Kotlin
Vendored
6 lines
125 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun test(list: List<Int>) {
|
|
list.<caret>groupingBy { it }.reduce { _, acc, _ -> acc }
|
|
} |