blob: 0b9b90037f2c580ca6c90042e1ed79b82c8c7d08 [file] [log] [blame]
// WITH_RUNTIME
// IS_APPLICABLE: true
fun foo() {
val foo: String? = null
foo?.let {
it.length<caret>
}
}