Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
usageHighlighter
/
labeledLoop.kt
blob: 08bff4ed5beb7295b20cc358fc12a5ddd997842f [
file
] [
log
] [
blame
]
fun test
()
{
<
info descr
=
"null"
>~
foo
</
info
>@
for
(
n
in
1.
.
10
)
{
if
(
n
==
5
)
continue
@<
info descr
=
"null"
>
foo
</
info
>
if
(
n
>
8
)
break
@<
info descr
=
"null"
>
foo
</
info
>
}
}