// PROBLEM: none // WITH_RUNTIME fun foo(p: Array) { val v = p[0] assert(v != null, { val t = 1; "Should be not null: $t" }) }