Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
infixCallToOrdinary
/
simpleInfixFunctionCall.kt
blob: 7b4116c034ea6f1471895bd729423da2851a167a [
file
] [
log
] [
blame
]
infix fun
Int
.
compareTo
(
other
:
Int
)
=
0
fun foo
(
x
:
Int
)
{
x
<caret>
compareTo
1
}