TrailingComma: Join Lines should remove trailing comma
#KT-34744 #KT-36084 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun a() {
|
||||
when (val b = 5) {
|
||||
1, 2,
|
||||
3, ->
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user