KotlinExpressionMover: trailing comma support

#KT-34744
This commit is contained in:
Dmitry Gridin
2020-02-13 19:38:41 +07:00
parent 72c8b38864
commit 36ebbc49f4
51 changed files with 581 additions and 197 deletions
@@ -0,0 +1,8 @@
// MOVE: up
class A(
a: Int,
b:<caret> Int,
c: Int
) {
}