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