Formatter: support trailing comma in value arguments
#KT-34744
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
fun foo(@Deprecated("x")
|
||||
fun foo(
|
||||
@Deprecated("x")
|
||||
x: Int,
|
||||
@Deprecated("y")
|
||||
@Deprecated("z")
|
||||
|
||||
Reference in New Issue
Block a user