Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/parametersAndArguments/classParamsWithComment2.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
105 B
Plaintext
Vendored

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