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

7 lines
104 B
Plaintext
Vendored

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