8988b4b344
Relates to #KT-31502
5 lines
79 B
Kotlin
Vendored
5 lines
79 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(s: String) {
|
|
s.substring<caret>(s.indexOf('x'));
|
|
} |