Files
kotlin/compiler/testData/codegen/bytecodeText/forLoop/loopVarInterval.kt
Ilmir Usmanov 20e4efaeab Fix test data
2019-02-01 17:33:49 +03:00

11 lines
198 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 L.* 0