// WITH_RUNTIME fun test(list: List?) { list?.forEach { _ -> } }