Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
ranges
/
inCharSequenceIndices.kt
blob: bc5d07b1267134ee321c36578fc2f521c0ec30ae [
file
] [
log
] [
blame
]
// IGNORE_BACKEND_FIR: JVM_IR
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