Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
debugger
/
smartStepInto
/
conventionMethod.kt
blob: ce349621e2ff029a472861df48a9500f36119ccd [
file
]
class
A
{
fun plus
(
a
:
A
)
{}
}
fun foo
()
{
f1
()
+
A
()
+
A
()<
caret
>
}
fun f1
()
=
A
()
// EXISTS: plus(A), f1()