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