// PROBLEM: none // WITH_RUNTIME fun foo() { val foo: String? = null foo?.let { it.hashCode().hashCode() } }