It is unfortunate that Kotlin is picking the `Iter...
# announcements
a
It is unfortunate that Kotlin is picking the
Iterable<T>
variant over the
T
variant:
public operator fun <T> Iterable<T>.plus(element: T): List<T>