Do not move closing brace in function-like elements
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// MOVE: up
|
||||
fun foo() {
|
||||
val x = ""
|
||||
|
||||
fun bar() {
|
||||
|
||||
}<caret>
|
||||
|
||||
val y = ""
|
||||
}
|
||||
Reference in New Issue
Block a user