// WITH_RUNTIME fun foo(p: List) { val v = p[0] if (v == null) { throw RuntimeException() } }