Move statement: fix comma placement for argument/parameter

#KT-14756 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-07-17 18:28:59 +09:00
parent c14f842aa0
commit 399db0d3c7
14 changed files with 124 additions and 2 deletions
@@ -0,0 +1,6 @@
// MOVE: down
val x = listOf(
1,
4,
<caret>2, 3
)