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