Files
kotlin/compiler/testData/codegen/bytecodeText/forLoop/primitiveLiteralRange1.kt
2015-03-06 13:43:02 +03:00

8 lines
80 B
Kotlin
Vendored

fun f() {
for (i in 1..2) {
}
}
// 0 iterator
// 0 getStart
// 0 getEnd