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