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