The confusion they're talking about already exists...
# announcements
k
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))