Don't indent closing parenthesis of a destructuring declaration
#KT-20758 Fixed
This commit is contained in:
+8
@@ -4,4 +4,12 @@ fun test() {
|
||||
|
||||
val (c, d)
|
||||
= Pair(true, false)
|
||||
|
||||
val (
|
||||
distributor,
|
||||
items,
|
||||
shippingMethods,
|
||||
addresses,
|
||||
preferredAddressId
|
||||
) = argument
|
||||
}
|
||||
Reference in New Issue
Block a user