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