// WITH_RUNTIME fun test(list: List) { list.forEach { item -> println(item) /* comment */ } }