`listOf("hello", " ", "world").reduce(String::plus...
# announcements
r
listOf("hello", " ", "world").reduce(String::plus)
works just as expected for me