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