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

7 lines
79 B
Kotlin
Vendored

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