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

5 lines
43 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo() {
"abc"[1]
}