Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
ranges
/
inCollectionIndices.kt
blob: 2105af659e33b666080ac3dfc691d09afc0b1729 [
file
]
// IGNORE_BACKEND: 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