Files
kotlin-fork/analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/toplevelFunctionCall.kt
T
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
}