Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
ranges
/
inCollectionIndices.kt
blob: a426af13d85d769f2b08f6c9d0bdd34a7b1d0c76 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
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