Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/parametersAndArguments/callArgs7.kt
T
2019-07-18 18:44:40 +09:00

6 lines
73 B
Kotlin
Vendored

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