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

6 lines
86 B
Kotlin
Vendored

// PROBLEM: none
// WITH_RUNTIME
fun foo(s: String) {
s.substring<caret>(1, 10)
}