// WITH_RUNTIME // FIX: Introduce anonymous parameter fun test(list: List) { list.forEach { _ -> } }