Files
kotlin-fork/idea/testData/intentions/replaceSubstringWithIndexingOperation/oneFirstTwoSecondArgument.kt
T

5 lines
63 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
"abc".substring<caret>(1, 2)
}