Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/parametersAndArguments/classParamsWithComment4.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

6 lines
103 B
Plaintext
Vendored

// MOVE: up
class A(
<caret>val a: Int, // a
val b: Int, // b
val c: Int // c
)