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