Personally what you had makes sense, but I'd chang...
# announcements
t
Personally what you had makes sense, but I'd change out
myInteger
for
it
.
somethingReturningAnInteger().takeIf { it > -1 }?.let { "not null" }