Join Slack
Powered by
The confusion they're talking about already exists...
# announcements
k
karelpeeters
06/19/2018, 7:56 PM
The confusion they're talking about already exists with
+
for lists:
Copy code
val list = listOf<Any>() print(list + 1) print(list + listOf(1, 2))
Open in Slack
Previous
Next