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