Formatter: support trailing comma in value parameters
#KT-34744
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
fun some(
|
||||
a: Int,
|
||||
b: String, c: Int,
|
||||
d: String, e: Int
|
||||
d: String, e: Int,
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user