Files
kotlin/compiler/testData/codegen/bytecodeText/forLoop/loopVarInterval.kt
2016-04-08 14:32:51 +03:00

10 lines
171 B
Kotlin
Vendored

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 L8 0