`val x = aCollection.doThing { a, b -> whatever...
# announcements
g
val x = aCollection.doThing { a, b -> whatever()}
and
val y = aCollection.doThing { a -> whatever() }
are both fine