Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
createLabel
/
continueInLoop.kt
blob: fd29069e5090e840a867e94794011ab447484086 [
file
]
// "Create label foo@" "true"
fun test
()
{
while
(
true
)
{
continue
@<
caret
>
foo
}
}