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