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