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