7 lines
86 B
Kotlin
7 lines
86 B
Kotlin
// MOVE: down
|
|
fun foo() {
|
|
<caret>run {
|
|
}
|
|
for (i in run { 1..2 }) {
|
|
}
|
|
} |