Files
kotlin-fork/analysis/analysis-api/testData/components/expressionInfoProvider/isUsedAsExpression/toplevelFunctionReferenceCall.kt
T
2022-10-05 15:06:52 +00:00

7 lines
87 B
Kotlin
Vendored

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