I am having trouble finding documentation on how c...
# announcements
e
I am having trouble finding documentation on how coercions work in Kotlin. In particular, is there a way to force
Copy code
collection.plus(iterable)
to treat its parameter like a non-iterable element, at least until I can get a hold of Kotlin RC.