Move statement: fix comma placement for argument/parameter
#KT-14756 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// MOVE: down
|
||||
fun test(
|
||||
a: Int,
|
||||
<caret>b: Int, c: Int,
|
||||
d: Int
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user