19824201e2
#KT-9065 Fixed
8 lines
100 B
Kotlin
Vendored
8 lines
100 B
Kotlin
Vendored
// MOVE: up
|
|
fun test() {
|
|
for (i in 1..10) {
|
|
run {
|
|
}
|
|
}
|
|
<caret>println()
|
|
} |