// WITH_RUNTIME // PROBLEM: none fun foo() { "".let { it.substring(0, 1) + it } }