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