Formatter: support trailing comma in value parameters
#KT-34744
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
fun test(a : Int,
|
||||
b : Int) {
|
||||
}
|
||||
}
|
||||
|
||||
// TRAILING_COMMA: false
|
||||
Reference in New Issue
Block a user