miha-x64
val attachments: Collection<Attachment?> = ... if (attachments.contains(null)) { return null } attachments as Collection<Attachment>