Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a6417fc509e4365c1ed6addd914701510995cdb2
/
.
/
compiler
/
testData
/
lineNumber
/
custom
/
beforeGotoToWhileStart.kt
blob: 6427ee7de86190e515719f7dd88bc2c6f1089271 [
file
]
fun foo
()
{
while
(
true
)
{
if
(
testSome
())
{
break
}
}
}
fun testSome
():
Boolean
{
return
false
}
// 2 +3 4 2 7 10