Do not move closing brace in function-like elements

This commit is contained in:
Alexey Sedunov
2013-06-04 18:23:30 +04:00
parent 7805ee01eb
commit 62bdb37014
10 changed files with 117 additions and 8 deletions
@@ -0,0 +1,10 @@
// MOVE: down
fun foo() {
val x = ""
fun bar() {
}<caret>
val y = ""
}