kirillrakhman
data class Foo(val a: String, val b: Int) { operator fun component3() = this } val (a, b, foo) = getFoo()