Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/expressions/multilineExpressionWithClosure1.kt.after
T
2018-03-05 16:10:59 +03:00

7 lines
80 B
Plaintext
Vendored

// MOVE: up
fun test() {
<caret>println()
(0..10)
.map { it }
}