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

5 lines
68 B
Plaintext
Vendored

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