Files
kotlin-fork/idea/testData/inspectionsLocal/replaceSingleLineLet/noReceiver.kt.after
T

5 lines
61 B
Plaintext
Vendored

// WITH_RUNTIME
fun String.test(): Int {
return length
}