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

7 lines
97 B
Plaintext
Vendored

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