JS: optimize loop over array.withIndex()

See KT-20932
This commit is contained in:
Alexey Andreev
2017-10-25 20:12:15 +03:00
parent 1be86e05ae
commit 132285ea03
5 changed files with 287 additions and 3 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ fun box() {
}
}
// LINES: 18 2 2 10 15 2 2 2 2 2 2 3 3 6 6 6 6 7 7 10 10 10 10 10 10 11 11 14 14 15 15 15 15 15 15 15 15 15 15 15 15 16 16
// LINES: 18 2 2 10 2 2 2 2 2 2 3 3 6 6 6 6 7 7 10 10 10 10 10 10 11 11 14 14 15 15 15 15 16 16