TrailingCommaPostFormatProcessor: should be completed in one round

#KT-34744
This commit is contained in:
Dmitry Gridin
2020-01-10 12:59:36 +07:00
parent 8a45d2eb58
commit 9511348497
48 changed files with 782 additions and 913 deletions
@@ -76,9 +76,7 @@ val x = { x: String
println("1")
}
val x = {
x: String,
->
val x = { x: String ->
println("1")
}
@@ -82,9 +82,7 @@ val x = {
println("1")
}
val x = {
x: String,
->
val x = { x: String ->
println("1")
}