// WITH_RUNTIME // IS_APPLICABLE: FALSE fun String.withIndex(): Int = 42 fun foo(s: String) { for (a in s) { } }