(Also, I know `sortedBy { it.key }` works. I'm try...
# announcements
r
(Also, I know
sortedBy { it.key }
works. I'm trying to understand why
*
doesn't)
k
The
Comparable
interface requires that both types being compared have the same exact type, and you can't guarantee that with all of the
*
going on.