Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
analysis
/
analysis-api
/
testData
/
references
/
isReferenceTo
/
topLevelInfixFunctionCall.kt
blob: 2ed847f19bea9a0d77ee0d28d0183c6bc4d626d6 [
file
]
// FILE: DeclSite.kt
infix fun
Int
.
customPlus
(
other
:
Int
)
=
this
+
other
// FILE: UseSite.kt
fun test
()
{
0
<caret>
customPlus
0
}