It looks like `public inline fun <K, V, R> M...
# getting-started
d
It looks like
public inline fun <K, V, R> Map<out K, V>.map(transform: (Map.Entry<K, V>) -> R): List<R>
is the definition which means the second call will be on a List. Good find.