Files
kotlin-fork/idea/testData/intentions/replaceSingleLineLetIntention/letNoSafeCall.kt.after
T

7 lines
93 B
Plaintext
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: true
fun foo() {
val foo: String = ""
foo.length
}