operator fun Int.invoke() {} class A { fun test() { f() } } val A.f: Int = 1