Files
kotlin-fork/idea/testData/joinLines/removeTrailingComma/destructionDeclarationInLambda.kt
T
Dmitry Gridin f428bbb782 TrailingComma: Join Lines should remove trailing comma
#KT-34744
#KT-36084 Fixed
2020-02-06 23:55:59 +07:00

4 lines
75 B
Kotlin
Vendored

fun a() {
val <caret>a = { (a, b // awd
,/**/), c, -> }
}