Files
kotlin/compiler/testData/codegen/bytecodeText/forLoop/loopVarInterval.kt
2018-12-21 16:20:45 +01:00

11 lines
197 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
fun f() {
for (c in "123") {
print(c)
}
}
// 1 ISTORE 0\s+L3
// 1 ILOAD 0\s+INVOKEVIRTUAL java/io/PrintStream.print \(C\)V
// 1 LOCALVARIABLE c C L3 L7 0