The result of a grouping function

Report a typo

What is the result of this code?

val names = listOf("anne", "dimitry", "michael", "alice", "dany")
println(names.groupBy { it.first() })
Select one option from the list
___

Create a free account to access the full topic