data class A(val x: Int, val y: String) fun foo(a: A) { a.component1() : Int a.component2() : String }