Formatter: support trailing comma in value parameters
#KT-34744
This commit is contained in:
@@ -2,6 +2,7 @@ fun foo(@Deprecated("x")
|
||||
x: Int,
|
||||
@Deprecated("y")
|
||||
@Deprecated("z")
|
||||
y: Int)
|
||||
y: Int,
|
||||
)
|
||||
|
||||
// SET_INT: PARAMETER_ANNOTATION_WRAP = 2
|
||||
|
||||
Reference in New Issue
Block a user