// PROBLEM: none // WITH_RUNTIME fun test(flag: Boolean): Int { return if (!flag) throw IllegalArgumentException() else 1 }