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

5 lines
57 B
Plaintext
Vendored

// WITH_RUNTIME
fun foo(s: String) {
s.dropLast(5)
}