// WITH_RUNTIME fun test(flag: Boolean) { if (!flag) throw IllegalArgumentException() else { println(1) println(2) } }