Files
kotlin-fork/compiler/testData/codegen/bytecodeText/temporaryVals/arrayCompoundAssignment.kt
T

10 lines
133 B
Kotlin
Vendored

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