class A fun A.component1() = 1 fun A.component2() = 2 fun test() { val a = A() }