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

6 lines
88 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
fun foo() {
"abc".substring<caret>(0, 10)
}