Formatter: support trailing comma in indexing suffix

#KT-34744
This commit is contained in:
Dmitry Gridin
2019-12-26 19:33:45 +07:00
parent c195cd46f2
commit 58058eef21
7 changed files with 803 additions and 37 deletions
+3 -3
View File
@@ -5,19 +5,19 @@ fun test() {
a[1, 2]
a[
1, 2
1, 2,
]
a[
1, 2
1, 2,
]
a[
1, 2
1, 2,
]