Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
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