fcce1e3838
#KT-12852 Fixed
14 lines
264 B
Kotlin
Vendored
14 lines
264 B
Kotlin
Vendored
fun foo() {
|
|
OuterLoop@
|
|
for (i in 1..10) {
|
|
for (j in 1..10) {
|
|
Label1@ Label2@
|
|
while(true) {
|
|
DoWhile@
|
|
do {
|
|
<caret>
|
|
} while (x)
|
|
}
|
|
}
|
|
}
|
|
} |