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