fmd
fun method() { inline fun action() = doSomething(that, propably, has, many, args) if(condition) { action() } else { someAsync { action() } } }