7 lines
100 B
Kotlin
Vendored
7 lines
100 B
Kotlin
Vendored
fun callee(x: Int): Int {
|
|
return 598 + x
|
|
}
|
|
|
|
fun test() {
|
|
(::callee)(<expr>657</expr>) + 45
|
|
} |