Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
70b97c5abe682fb7598fc5070d94c39256a0baa4
/
.
/
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