Files
kotlin-fork/idea/testData/intentions/replaceSubstringWithDropLast/semicolon.kt.after
T
2016-01-13 19:05:50 +03:00

5 lines
58 B
Plaintext
Vendored

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