Move statement: move parameters/arguments with a comment correctly
#KT-34705 Fixed #KT-34707 Fixed #KT-34587 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
9c8904f165
commit
12cd3785b0
+6
@@ -0,0 +1,6 @@
|
||||
// MOVE: up
|
||||
class A(
|
||||
val b: Int, // b
|
||||
val c: Int, // c
|
||||
<caret>val a: Int // a
|
||||
)
|
||||
Reference in New Issue
Block a user