Fix KT-16725; Remove spaces between array indices
This commit is contained in:
committed by
Dmitry Jemerov
parent
46ce9a6946
commit
4acb95acb5
+1
-1
@@ -6,5 +6,5 @@ annotation class Ann
|
||||
fun foo(y: IntArray) {
|
||||
// Currently it calls reformatting of base expression, but it seems to be a minor issue
|
||||
@Ann
|
||||
y [0 + 9 * 4] = y[y [1]]
|
||||
y[0 + 9 * 4] = y[y [1]]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user