Fix tests after disabling trailing comma
#KT-34744
This commit is contained in:
+3
-3
@@ -5,19 +5,19 @@ fun test() {
|
||||
a[1, 2]
|
||||
|
||||
a[
|
||||
1, 2,
|
||||
1, 2
|
||||
]
|
||||
|
||||
a[
|
||||
|
||||
1, 2,
|
||||
1, 2
|
||||
|
||||
]
|
||||
|
||||
a[
|
||||
|
||||
|
||||
1, 2,
|
||||
1, 2
|
||||
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user