Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
ranges
/
inCharSequenceIndices.kt
blob: 9c5003f200d48e54f7900dcdda0456144f09068c [
file
]
fun testCharSequence
(
i
:
Int
,
cs
:
CharSequence
)
=
i
in
cs
.
indices
fun testLongWithCharSequence
(
i
:
Long
,
cs
:
CharSequence
)
=
i
in
cs
.
indices
// 0 getIndices
// 0 contains
// 2 length
// 1 I2L