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

6 lines
71 B
Kotlin
Vendored

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