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