What about this? `try { attachments.requireNoNulls...
# language-proposals
r
What about this?
try { attachments.requireNoNulls() } catch(e: IllegalArgumentException) { return null }