Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/parametersAndArguments/callArgsWithComment1.kt
T
Toshiaki Kameyama 12cd3785b0 Move statement: move parameters/arguments with a comment correctly
#KT-34705 Fixed
#KT-34707 Fixed
#KT-34587 Fixed
2020-06-25 15:45:25 +02:00

7 lines
83 B
Kotlin
Vendored

// MOVE: down
val x = foo(
<caret>a, // a
b, // b
c // c
)