Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/expressions/outOfClosureInScriptsDown.kts.after
T
2017-08-07 12:12:41 +03:00

8 lines
85 B
Plaintext
Vendored

// MOVE: down
fun takeLamb(f: () -> Unit) {}
fun foo() {}
takeLamb {
}
<caret>foo()