// PROBLEM: none // WITH_RUNTIME fun Int.foo(): Int { return let { it.hashCode().hashCode() } }