Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
debugger
/
smartStepInto
/
param.kt
blob: f6f879fc71d6023bb3facded16fd7f5233048022 [
file
]
fun foo
()
{
f1
(
f2
())<
caret
>
}
fun f1
(
i
:
Int
)
=
1
fun f2
()
{}
// EXISTS: f1(Int), f2()