`if (attachments.any { it == null }) null else att...
# language-proposals
d
if (attachments.any { it == null }) null else attachments as Collection<String>
?
👍 3