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,9 @@
// MOVE: up
// IS_APPLICABLE: false
class A(
<caret>b: Int,
c: Int,
a: Int
) {
}