```kt fun stuff() = run { val a = ... ; a.doSometh...
# random
h
```kt fun stuff() = run { val a = ... ; a.doSomething(); a }