Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
debugger
/
smartStepInto
/
infixCall.kt
blob: 2b684eeaf6b63eace5dfff0367702760b7f057b9 [
file
] [
log
] [
blame
]
fun foo
()
{
val a
=
A
()
f2
(
a f1
1
)<
caret
>
}
class
A
{
fun f1
(
i
:
Int
)
=
1
}
fun f2
(
i
:
Int
)
{}
// EXISTS: f1(Int), f2(Int)