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