Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
297c60a0be8b6ac09c1201eceb6766f0723811db
/
.
/
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
}