Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
codeInsight
/
breadcrumbs
/
LabeledStatements.kt
blob: 374c43c1db38007c73ccbea0f5b76941d6b472e0 [
file
] [
log
] [
blame
]
fun foo
()
{
OuterLoop@
for
(
i
in
1.
.
10
)
{
for
(
j
in
1.
.
10
)
{
Label1@
Label2@
while
(
true
)
{
DoWhile@
do
{
<caret>
}
while
(
x
)
}
}
}
}