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

6 lines
73 B
Kotlin
Vendored

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