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