I know that's a bit silly, but what about `::retur...
# language-proposals
k
I know that's a bit silly, but what about
::return
which you can pass to inline functions like
let
so instead of
nullableFoo?.let { return it }
you can write
nullableFoo?.let(::return)
? 😄