it's already possible with ```val (a, b) = run { ...
# getting-started
c
it's already possible with
Copy code
val (a, b) = run {
    object {
        operator fun component1() = 1

        operator fun component2() = 2
    }
}