// WITH_RUNTIME // FIX: Replace with `mutableListOf` function import java.util.Arrays fun test() { val a = Arrays.asList(1, 3, null) }