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

10 lines
89 B
Plaintext

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