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

6 lines
96 B
Kotlin
Vendored

// PROBLEM: none
// WITH_RUNTIME
fun foo(s: String) {
s.substring<caret>(3, s.length - 5)
}