// WITH_RUNTIME fun test(list: List) { list.forEachIndexed { index, s -> println(index) } }