Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
analysis
/
analysis-api
/
testData
/
references
/
isReferenceTo
/
topLevelFunctionCall.kt
blob: 63e41bf0235fdda79328599d179edf2dbcc8539b [
file
]
// FILE: DeclSite.kt
fun calculateX
()
=
0
// FILE: UseSite.kt
fun test
()
{
<caret>
calculateX
()
}