238cc7c257
143 out of 767 tests (18.6%) are currently failing.
9 lines
221 B
Kotlin
Vendored
9 lines
221 B
Kotlin
Vendored
// 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 |