TrailingComma: Join Lines should remove trailing comma

#KT-34744
#KT-36084 Fixed
This commit is contained in:
Dmitry Gridin
2020-02-06 19:23:53 +07:00
parent cb66625688
commit f428bbb782
20 changed files with 162 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
fun a() {
<caret>val a = { a: Int,
b: Int, ->
}
}