// PROBLEM: none // WITH_RUNTIME fun test(b: Boolean) { if (b) throw IndexOutOfBoundsException() }