Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
debugger
/
smartStepInto
/
while.kt
blob: 0e4ff9ef4d74cc837c60a7be191c8c7e2fe94fbe [
file
] [
log
] [
blame
]
fun foo
()
{
<caret>
while
(
f1
())
{
f2
()
}
}
fun f1
()
=
true
fun f2
()
{}
// EXISTS: f1()