Fix KT-16725; Remove spaces between array indices
This commit is contained in:
committed by
Dmitry Jemerov
parent
46ce9a6946
commit
4acb95acb5
+2
-2
@@ -8,13 +8,13 @@ fun test() {
|
||||
1, 2
|
||||
]
|
||||
|
||||
a [
|
||||
a[
|
||||
|
||||
1, 2
|
||||
|
||||
]
|
||||
|
||||
a [
|
||||
a[
|
||||
|
||||
|
||||
1, 2
|
||||
|
||||
Reference in New Issue
Block a user