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