Formatter: support trailing comma in value parameters
#KT-34744
This commit is contained in:
+3
-1
@@ -2,4 +2,6 @@ class Foo(val x: Int,
|
||||
var y: Int) {
|
||||
val a = 1
|
||||
var b = 2
|
||||
}
|
||||
}
|
||||
|
||||
// TRAILING_COMMA: false
|
||||
Reference in New Issue
Block a user