ba0efda2f0
#KT-10196 Fixed
6 lines
105 B
Kotlin
Vendored
6 lines
105 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(s: String) {
|
|
s.substring<caret>(1, s.indexOf('x'))
|
|
} |