Join lines should remove useless trailing commas
#KT-39065 Fixed
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fun a() {
|
||||
g[1, 2, 3,/**/<caret>]
|
||||
g[1, 2, 3/**/<caret>]
|
||||
}
|
||||
Reference in New Issue
Block a user