https://kotlinlang.org logo
a

andrewoma

02/05/2016, 9:25 PM
Try casting:
collection.plus(iterable as Foo)
. Hmmm ... on second thoughts, maybe there is no way around it (apart from adding your own extension function)