Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/closingBraces/function/function2.kt.after
T
2013-06-05 15:51:32 +04:00

10 lines
87 B
Plaintext

// MOVE: up
fun foo() {
val x = ""
fun bar() {
}<caret>
val y = ""
}