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

10 lines
87 B
Plaintext

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