Files
kotlin-fork/compiler/testData/codegen/bytecodeText/temporaryVals/arrayCompoundAssignment.kt
T
2021-09-29 19:14:36 +03:00

11 lines
134 B
Kotlin
Vendored

fun test(xs: IntArray, dx: Int) {
for (i in xs.indices) {
xs[i] += dx
}
}
// JVM_IR_TEMPLATES
// 5 ALOAD
// 6 ILOAD