Move statement: move parameters/arguments with a comment correctly

#KT-34705 Fixed
#KT-34707 Fixed
#KT-34587 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-05-15 09:24:33 +02:00
committed by Vladimir Dolzhenko
parent 9c8904f165
commit 12cd3785b0
12 changed files with 101 additions and 4 deletions
@@ -0,0 +1,6 @@
// MOVE: down
class A(
val b: Int, // b
<caret>val a: Int, // a
val c: Int // c
)