Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
intProgressionNoBoxing.kt
blob: bbf5a92172912ea89cf26cd1762d55bc23184af0 [
file
]
fun foo
()
{
for
(
i
in
1.
.
2
step
4
)
{}
}
// JVM IR has an optimized handler for "step" progressions and elides the construction of the stepped progressions.
// 0 getFirst
// 0 getLast
// 0 getStep