8fc5fefc7f
#KT-27104 Fixed
5 lines
125 B
Kotlin
Vendored
5 lines
125 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test(list: List<Int>) {
|
|
list.<caret>map { it * 2 }.map { it * 3 }.map { it * 4 }.groupingBy { it }
|
|
} |