// FIX: "Replace with '!!' operator" // WITH_RUNTIME fun foo(p: Array) { val v = p[0] assert(v != null) }