Move Statement: Fix comma placement for class parameter
#KT-6672 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
val x = foo(
|
||||
b,
|
||||
<caret>a,
|
||||
c
|
||||
)
|
||||
Reference in New Issue
Block a user