// WITH_RUNTIME // FIX: Replace with 'repeat()' fun test(list: List) { repeat(list.size) {} }