// FIX: "Replace with '?: error(...)'" // WITH_RUNTIME fun foo(p: Array) { val v = p[0] ?: error("Should be not null") }