And what happens if you try `listOf(1) + listOf(2,...
# announcements
k
And what happens if you try
listOf(1) + listOf(2,3,4,5)
now?