// WITH_RUNTIME // PROBLEM: none fun foo() { "".let { it.length + "".indexOf(it) } }