blob: 30e4444b07042d8baa659f32fb9d3f008d79f07e [file]
// MOVE: down
val x = listOf(
1,
<caret>2, 3,
4
)