Join Slack
Powered by
I am upgrading from kotlin M12 to M14 and I have a...
# announcements
d
damianpetla
10/09/2015, 5:16 PM
I am upgrading from kotlin M12 to M14 and I have a problem with
plus()
operation on array, my code is
it.plus(Item(ItemTypeEnum.DIVIDER))
where
it
is
Array<out Item>
in lambda body, why is it not working?
Open in Slack
Previous
Next