// FIX: "Replace with '!!' operator" // WITH_RUNTIME fun foo(p: Array) { val v = p[0] // now let's check it for null assert(v != null /* null */) // 'v' should not be null }