does Kotlin have something like an inline closure?...
# announcements
i
does Kotlin have something like an inline closure? Can't find it in the documentation, maybe not. Something like this:
val a = {doThis(); return A()}()