Files
2022-10-05 15:06:52 +00:00

7 lines
83 B
Kotlin
Vendored

fun callee(): Int {
return 598
}
fun test() {
<expr>callee()</expr> + 45
}