blob: 9881425472c960898f89e120efc677be82e8b0af [file] [log] [blame]
// WITH_RUNTIME
// IS_APPLICABLE: false
fun foo() {
val foo: String? = null
foo?.let {
text ->
text.to(text)<caret>
}
}