// FIX: Replace with 'require()' call // WITH_RUNTIME fun test(foo: Int) { if (foo != 0) throw IllegalArgumentException("test") }