// FIX: Replace with 'require()' call // WITH_RUNTIME fun test(b: Boolean) { if (b) { throw java.lang.IllegalArgumentException("test") } }