mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
7 lines
153 B
Kotlin
Vendored
7 lines
153 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test(a: Long) = a in 1L .. 10L
|
|
|
|
// One DUP2_X2 generated for 'in' operator,
|
|
// no DUP2_X2 generated for range on stack.
|
|
// 1 DUP2_X2 |