Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/expressions/closureInFor2.kt.after
T

7 lines
84 B
Plaintext

// MOVE: up
fun foo() {
<caret>run {
}
for (i in run { 1..2 }) {
}
}