6 lines
87 B
Kotlin
Vendored
6 lines
87 B
Kotlin
Vendored
operator fun Int.invoke(): String {}
|
|
|
|
fun call(x: kotlin.Int) {
|
|
<expr>x()</expr>
|
|
}
|