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

7 lines
82 B
Plaintext
Vendored

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