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