Formatter: support trailing comma in value arguments
#KT-34744
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ package test
|
||||
enum class EnumTest(val value: Int) {
|
||||
VALUE_1
|
||||
(
|
||||
value = 0
|
||||
value = 0,
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user