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

6 lines
103 B
Kotlin
Vendored

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