Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/trailingComma/callArgs8.kt.after
T
2020-02-25 17:13:43 +07:00

6 lines
71 B
Plaintext
Vendored

// MOVE: up
val x = listOf(
1,
<caret>2, 3,
4
)