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