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