Files
kotlin-fork/idea/testData/inspectionsLocal/replaceSubstring/withSubstringBefore/semicolon.kt
T
2019-05-29 11:00:28 +07:00

5 lines
82 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo(s: String) {
s.substring<caret>(0, s.indexOf('x'));
}