operator fun Int.invoke(): String {} fun call(x: kotlin.Int) { x() }