7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
// MOVE: up
|
|
fun foo() {
|
|
<caret>run {
|
|
}
|
|
for (i in run { 1..2 }) {
|
|
}
|
|
} |