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

7 lines
89 B
Plaintext
Vendored

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