With Kotlin you can define your own control flow c...
# language-proposals
e
With Kotlin you can define your own control flow constructs. Take a look at
use
for closables, for example. You don't have to literally do try-finally in your Kotlin code. Kotlin way is to define helper functions for the resources you are working with.