ba0efda2f0
#KT-10196 Fixed
5 lines
81 B
Kotlin
Vendored
5 lines
81 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(s: String) {
|
|
s.substring<caret>(0, s.indexOf('x'))
|
|
} |