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

7 lines
81 B
Kotlin
Vendored

// MOVE: down
fun main(args: Array<String>) {
<caret>run {
println()
}
}