Files
kotlin-fork/idea/testData/intentions/replaceSubstringWithSubstringBefore/replaceWithSubstringBefore.kt
T
2016-01-13 19:05:50 +03:00

5 lines
81 B
Kotlin
Vendored

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