399db0d3c7
#KT-14756 Fixed
6 lines
71 B
Kotlin
Vendored
6 lines
71 B
Kotlin
Vendored
// MOVE: up
|
|
val x = listOf(
|
|
1,
|
|
4,
|
|
<caret>2, 3
|
|
) |