Fix moving of value parameters and arguments
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// IS_APPLICABLE: false
|
||||
val x = foo(
|
||||
b,
|
||||
c,
|
||||
<caret>a
|
||||
)
|
||||
Reference in New Issue
Block a user