Files
kotlin-fork/idea/testData/joinLines/removeTrailingComma/lambda.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

6 lines
62 B
Kotlin
Vendored

fun a() {
<caret>val a = { a: Int,
b: Int, ->
}
}