Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
ranges
/
inCollectionIndices.kt
blob: 46bbf35967afa333049cd2c9469c368d5576fe0b [
file
] [
log
] [
blame
]
// IGNORE_BACKEND_FIR: JVM_IR
fun testCollection
(
i
:
Int
,
xs
:
List
<
Any
>)
=
i
in
xs
.
indices
fun testLongWithCollection
(
i
:
Long
,
xs
:
List
<
Any
>)
=
i
in
xs
.
indices
// 0 getIndices
// 0 contains
// 2 size
// 1 I2L