mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
8 lines
238 B
Kotlin
Vendored
8 lines
238 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun testCollection(i: Int, xs: List<Any>) = i in xs.indices
|
|
|
|
// 0 INVOKESTATIC kotlin/collections/CollectionsKt.getIndices
|
|
// 0 INVOKEVIRTUAL kotlin/ranges/IntRange.contains
|
|
// 1 INVOKEINTERFACE java/util/Collection.size
|