Move statement: fix comma placement for argument/parameter
#KT-14756 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// MOVE: down
|
||||
val x = listOf(
|
||||
1,
|
||||
4,
|
||||
<caret>2, 3
|
||||
)
|
||||
Reference in New Issue
Block a user