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