Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/parametersAndArguments/callArgsWithComment1.kt.after
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
Plaintext
Vendored

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