operator fun Int.invoke(): String {} fun call(x: kotlin.int) { x() } // CALL: KtFunctionCall: targetFunction = /invoke(: kotlin.Int): kotlin.String