`return somethingReturningAnInteger().let { if (it...
# announcements
j
return somethingReturningAnInteger().let { if (it != -1) "not null" else it }