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