blob: 6c1b6a8e2bb10e53a864d19ef8f12649a2a366ec [file]
// MOVE: up
fun foo() {
fun bar1() {}
val x = 1 +
<caret>2 +
3
fun bar2() {}
}